This game lets you play against different LLMs or watch them play against each other.
- Clone the repository
- Create a Neutrino API key at https://neutrinoapp.com/
- Create a
.env
file in the root directory of the project and add the following line:
NEUTRINO_API_KEY=your_api_key
- Run the following command to install the required packages:
pip install -r requirements.txt
- Run the following command to start the game:
python chess_gui.py