https://github.com/lullaby6/chessgpt
Python Project - Play chess vs ChatGPT!
https://github.com/lullaby6/chessgpt
chatgpt chatgpt-bot chess chess-ai gpt gpt-3 gpt-35-turbo python python-chess
Last synced: 3 months ago
JSON representation
Python Project - Play chess vs ChatGPT!
- Host: GitHub
- URL: https://github.com/lullaby6/chessgpt
- Owner: lullaby6
- Created: 2023-06-19T09:09:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T00:37:23.000Z (over 2 years ago)
- Last Synced: 2025-07-12T13:42:34.235Z (3 months ago)
- Topics: chatgpt, chatgpt-bot, chess, chess-ai, gpt, gpt-3, gpt-35-turbo, python, python-chess
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChessGPT
Play chess against GPT, it works using the OPEN AI api.## Install dependencies
```sh
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:
```sh
python pygame_ver.py
```
or
ASCII version:
```sh
python ascii_ver.py
```
