Skip to content

An API for AI vs AI chess battles. Players write their own chess AI and put it to the test in heated competition.

License

Notifications You must be signed in to change notification settings

willfindlay/chessbattle.ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

♛ chessbattle.ai ♘

An API for AI vs AI chess battles. Players write their own chess AI and put it to the test in heated competition.

Disclaimer

This project is currently a work in progress. If you are interested in contributing, feel free to fork and make a PR.

Requirements

  1. Python >= 3.6
  2. Everything listed in requirements.txt

Development

To set up the project, run the following commands:

  1. pip3 install --user pipenv
  2. git clone https://github.com/willfindlay/chessbattle.ai && cd chessbattle.ai
  3. pipenv install --dev
  4. pipenv shell

To run the server, run the following commands:

  1. python3 ./bin/server
  2. Navigate to localhost:5000 in your browser to interact with the server.

About

An API for AI vs AI chess battles. Players write their own chess AI and put it to the test in heated competition.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published