pip install -r requirements.txt
- Run the server
python -m chess_server
- Run the client twice
python -m chess_client
The client uses a RandomBot implementation by default, which will make valid, but random moves. To swap this out, create an implementation of bot.py#Bot, and call from the chess client.