File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ public class DatabaseConnection {
7979
8080---
8181
82+
8283## ✅ 6. Create Model & DAO (3 Marks)
8384To manage database interactions cleanly and efficiently, we implemented:
8485
@@ -90,3 +91,22 @@ moveNumber – The sequential number of the move.
9091whiteMove – Move made by the White player.
9192
9293blackMove – Move made by the Black player.
94+
95+ ---
96+
97+ ## 🎨 7. Aesthetics and UI Design (4 Marks)
98+ We enhanced the user interface of the Java Chess game to improve usability and visual appeal by:
99+
100+ Using custom fonts for a cleaner and more modern look.
101+
102+ Optimizing layouts with appropriate spacing and component alignment.
103+
104+ Adding colors to differentiate player moves and highlight game states (e.g., check, checkmate).
105+
106+ Incorporating icons and images for chess pieces and game status indicators.
107+
108+ Ensuring the UI adapts well to different window sizes for better responsiveness.
109+
110+ These improvements help create a more engaging and intuitive gameplay experience.
111+
112+
You can’t perform that action at this time.
0 commit comments