This is a basic console-based Chess game written in Java. The project was initially focused on implementing core Chess mechanics correctly. After that, the plan is to introduce a special "Duck" piece ...
Grid Validator API A static utility library for validating movement patterns on 2D grids, extracted from our chess move validation logic. While the core movement logic was developed by Geoffrey ...