Skip to content

An implementation of a chess-like game using a combination of pygame and the openai module for python.

Notifications You must be signed in to change notification settings

AI-Creativity-Club/Chess-GPT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess-GPT (working title)

An implementation of a chess-like game using a combination of pygame and the openai module for Python.

Currently a work in progress.

Installation

Make sure to install relevent modules needed, both pygame and openai modules need to be installed, use:

pip install pygame
pip install openai

Comment Style

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.

Clone the repo using:

git clone https://github.com/AI-Creativity-Club/Chess-GPT/

Relevent documentation

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

Credits:

  • pygame
  • openai
  • Oregon State AICC and its contributors

About

An implementation of a chess-like game using a combination of pygame and the openai module for python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5

Languages