PyChess This is a chess game written in python using pygame. There is a "chess engine" built in written with basic AI priciples. To play First install chess library for python in the terminal using: pip install python-chess Second follow the instruction here to install PyGame Lastly run the Chess.py file to play!