Python implementation of a Knight and King chess puzzle with custom board sizes, move validation, and full unit testing. Coursework project for the Principles of Programming module at Birkbeck, ...
Chess-Game-with-Python-Pygame A simple Chess Game built with Python and Pygame. Includes full piece movement, checks, captures, and smooth board visuals. Currently adding AI using Minimax and ...