This is a program that will take .pgn files of your chess games and re-play them at scale. The original thought was to build an automated python script used to analyze Bobby Fisher's chess games at ...
A simple chess game implemented in Python using the Pygame library. It features a basic AI that calculates the optimal move by peeking DEPTH moves ahead. The AI assesses positions and scores only.