Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 390 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 390 Bytes

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