This is my attempt at controlling a Grand Kingdom chess set from Square Off, directly from my PC instead of through the offical app.
- Moves
- AI vs AI games
- Human vs AI games
- Voice control
- Lichess tournament (watch recent games)
- Play on Lichess (experimental, see below)
- Start position from FEN
- Reset board to initial position
- Login to Lichess and create an access token
- Create the file
credentials.py
with the lineLICHESS_BOARD_ACCESS_TOKEN="lip_xxxxxx"
, with the token you generated - Run
python lichess_board.py
, wait for theListening for game start
message - Start a game on Lichess (I recommend playing versus stockfish for testing)
GPL-3.0-or-later