Neuro API client for my Checkers Game
Ensure Python 3 is installed, and use uv to install this project.
pip install uv
uv pip install git+https://github.com/CoolCat467/Checkers-Neuro-Client.git- Start Neuro-API client with
checkers_neuro_client- Start graphical checkers game with
checkers_game- Start non-integrated checkers game server with
checkers_game_server- Start Minimax AI client with
checkers_game_minimax_ai_clientTo play against Neuro:
- Start checkers game GUI and click Host Game
- Start Neuro-API client
To have Neuro play against Minimax AI with you as a spectator:
- Start checkers game server
- Start Neuro-API client
- Start checkers game GUI and click Join Game (do not join server yet)
- Start Minimax AI client
- Quickly join server after starting minimax client