devjackluo / ChessInPy

Replicate Java Chess AI on Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Replicate Java Chess AI on Python


Languages

Language:Python 100.0%