Skip to content

Commit 56f3603

Browse files
Update README.md
1 parent 23c978b commit 56f3603

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public class DatabaseConnection {
7979

8080
---
8181

82+
8283
## ✅ 6. Create Model & DAO (3 Marks)
8384
To manage database interactions cleanly and efficiently, we implemented:
8485

@@ -90,3 +91,22 @@ moveNumber – The sequential number of the move.
9091
whiteMove – Move made by the White player.
9192

9293
blackMove – 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+

0 commit comments

Comments
 (0)