Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 460 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 460 Bytes

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.