├── src/ │ ├── Main.java # Entry point of the application │ ├── Game.java # Main game logic │ ├── SimulateGame.java # Game simulation functionality │ ├── DBDump.java # Database utilities │ ├── ...
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 ...