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, ...
This project implements a 3D Chess Board in Python, allowing players to experience chess in a more interactive and visually engaging way. Unlike traditional 2D chess, this project adds a third ...