/ChessInPy

Replicate Java Chess AI on Python

Primary LanguagePython

ChessInPy

recreate chess engine in python

You can run the game by running playGame.py

You can only change whether Black/White is AI programmatically. It is under the playChess.py, and it is documented with "#TODO add logic that it is AI player."

Currently, the game needs a lot of work to become as good as the Java version, but it has all the essentials.