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 ...
The application features an interactive chessboard GUI where players can move pieces using coordinate-based inputs or drag-and-drop functionality. A key feature of this project is its ability to save ...