An implementation of a chess-like game using a combination of pygame and the openai module for Python.
Currently a work in progress.
Make sure to install relevent modules needed, both pygame and openai modules need to be installed, use:
pip install pygame
pip install openai
Note on comment style:
- Function Headers:
FUNC: <name>
DESC: <description of the functionality>
IO: <input>:type | <output>:type
- Inline:
Brief one line descriptions if absolutly nessisary.
git clone https://github.com/AI-Creativity-Club/Chess-GPT/
Check the documentation listed on the corrisponding websites if further questions arise:
Python: https://www.python.org/doc/
pygame: https://www.pygame.org/wiki/GettingStarted
openai: https://platform.openai.com/docs/api-reference
- pygame
- openai
- Oregon State AICC and its contributors