Project Overview
A chess engine with Graphical user interface that supports multiple play modes and uses the minimax algorithm optimized by alpha-beta pruning, Monte Carlo Tree Search or stockfish to make moves.
Features
- Two players, Against computer or Self play modes
Tools Used
Python