Connecting antique electronic go board with modern A.I.
This project is an attempt to add modern features to a 40-year-old electronic Go board. The ultimate goal is to reuse the TQ-1500 hardware and connect it to GO A.I. programs.
- Sense the stone newly placed on the board
- Send game state updates to KataGo running on NVIDIA Jetson Xavier NX
- NX recommends the next move
- Go board flashes LEDs to guide human user to place the next stone
- Repeat until game ends
TQ-1500 is an electronic Go board produced by National/Matsushita/Panasonic in 1981, when Japan had a prosperous economy, strong electronics industry, and the best Go players of the world. Initially it was sold at ¥198,000 (about $2,000). It has following features.
- Magnetic Go stones tells its internal computer where the last move was placed
- Four arrays of LEDs around the board to indicate where the next move should be in (X, Y) coordinate
- "REPLAY Mode" guides users through a game by flashing LEDs
- Saved games/problems are read from magnetic cards
- Proceeds if the user follows, and the stones are placed correctly
- Pauses and warns the user if stone positions deviate from the recorded game
- Voice to indicate who plays next (black or white), and to remind the user to pick up the captured stones
- Occationally, hides the next move and let user guess
- "RECORD Mode" saves user game to internal memory or magnetic cards for later replay
To understand how it worked, see reverse engineering in LED folder and sensor notebook