ChessAI
ChessAI copied to clipboard
Chess AI written in Python
Fixed Issue https://github.com/Dirk94/ChessAI/issues/6 added gitignore for python venv and pycache separated the Move class from ai.py removed castling boolean from Move class/constructor removed existing incomplete castling code implemented castling kingside...
I found that this code can not use Castling. Have you any way?
I couldn't find a flag or a way to flip the AI to be white, is there a way to do it?
I implemented a GUI, some new features, and various fixes to this project for myself some time ago as a personal project. However, I think I can't publish it anywhere...
"en passant" moves are not implemented?
Hi I was going to open a pull request with some docstrings for functions, so they are easier to read and debug. Would that be OK?