Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.17 KB

File metadata and controls

49 lines (38 loc) · 1.17 KB

Checkers-Neuro-Client

Neuro API client for my Checkers Game

pre-commit

Installation

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

Commands

  • 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_client

Usage

To play against Neuro:

  1. Start checkers game GUI and click Host Game
  2. Start Neuro-API client

To have Neuro play against Minimax AI with you as a spectator:

  1. Start checkers game server
  2. Start Neuro-API client
  3. Start checkers game GUI and click Join Game (do not join server yet)
  4. Start Minimax AI client
  5. Quickly join server after starting minimax client