ChessEngineA graphical chess engine written with Python 3.8 using PyGame. Moves generated with minimax algorithm.Getting StartedPrerequisitesPython 3.8PyGamepython -m pip install pygame UsageNavigate to the directory and run game.py with Pythonpython game.py Built WithPyGame