This is the prickiest AI, bundled with a chess board to annoy people. But go try it!
- Create a new env by doing:
$ python3 -m venv env
$ source env/bin/activate
(env) $ # You should see the (env)!
- Get the dependencies next!
(env) $ pip install -r requirements.txt
- Run the project
(env) $ python main.py
Create an issue upon any bugs/feature requests.