Skip to content

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

Notifications You must be signed in to change notification settings

hyunshim/Board-Game-Playing-AI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%