Skip to content

lullaby6/ChessGPT

Repository files navigation

ChessGPT

Play chess against GPT, it works using the OPEN AI api.

Install dependencies

pip3 install -r requeriments.txt

Setup

Create an ".env" file and put your OPEN AI api key and the model you want to use.

Run

Pygame version:

python pygame_ver.py

pygame

or

ASCII version:

python ascii_ver.py

ascii