This document serves as the primary technical reference for a desktop Chess application implemented in Java. The system is architected as a self-contained, monolithic application that provides a ...
├── src/ │ ├── Main.java # Entry point of the application │ ├── Game.java # Main game logic │ ├── SimulateGame.java # Game simulation functionality │ ├── DBDump.java # Database utilities │ ├── ...