This is a python chess module developed from scratch with Stockfish implemented or any chess AI for that matter with only a few changes to the code. GameState is the class that contains all the ...
This is a Chess game built using python with pygame module for GUI. It has 2 playing mode either you can play against another human player or against AI. The AI was implemented using Minimax algorithm ...