Open-Source-Project-Collaboration / board-game-playing-ai

Chess AI using Neural Network and Min/Max algorithm and tree pruning
6 stars 3 forks source link
ai chess

Board-Game-Playing-AI

This is the prickiest AI, bundled with a chess board to annoy people. But go try it!

Running

  1. Create a new env by doing:
$ python3 -m venv env
$ source env/bin/activate
(env) $ # You should see the (env)!
  1. Get the dependencies next!
(env) $ pip install -r requirements.txt
  1. Run the project
(env) $ python main.py

Contact

Create an issue upon any bugs/feature requests.