Skip to content

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Chess AI using Neural Network and Min/Max algorithm and tree pruning

Topics

Resources

Stars

6 stars

Watchers

5 watching

Forks

Releases

Packages

Contributors

Languages