Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 569 Bytes

README.md

File metadata and controls

20 lines (18 loc) · 569 Bytes

LLM Chess

This game lets you play against different LLMs or watch them play against each other.

thumbnail

Getting Started

  1. Clone the repository
  2. Create a Neutrino API key at https://neutrinoapp.com/
  3. Create a .env file in the root directory of the project and add the following line:
NEUTRINO_API_KEY=your_api_key
  1. Run the following command to install the required packages:
pip install -r requirements.txt
  1. Run the following command to start the game:
python chess_gui.py