ChessEngine A graphical chess engine written with Python 3.8 using PyGame. Moves generated with minimax algorithm. Getting Started Prerequisites Python 3.8 PyGame python -m pip install pygame Usage Navigate to the directory and run game.py with Python python game.py Built With PyGame