Skip to content

Commit 8e6f092

Browse files
Update README.md
1 parent eec8dd4 commit 8e6f092

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ To build a two-player GUI-based Chess game in Java, focusing on game rules, move
55

66
---
77

8-
## 🛠️ Development Setup ✔2
8+
## 🛠️ Development Setup ✔2
99

1010
### ✅ JDK Version
1111
- **JDK Version**: `Java SE Development Kit 17`
@@ -16,24 +16,24 @@ To build a two-player GUI-based Chess game in Java, focusing on game rules, move
1616
- **IDE**: `IntelliJ IDEA Community Edition 2023`
1717
- You may also use `Eclipse` or `VS Code` with Java extensions.
1818
---
19-
### ✅ Project Structure
19+
### ✅ Project Structure ✔1
2020
- The project Structure in already given in a text file `CheckMate ## Project Structure.txt`
2121

2222

2323
---
24-
## 🗃️ Database Schema Design ✔1
24+
## 🗃️ Database Schema Design ✔1
2525

2626
The project uses a MySQL database to store chess game details and move history.
2727

28-
### 📂 Tables
28+
### 📂 Tables ✔1
2929

3030
- **Game**
3131
Stores the overall game information like player names, winner, and timestamps.
3232

3333
- **MoveHistory**
3434
Stores each move made in a game, including notation, origin/destination squares, and timestamps.
35-
36-
### 📄 SQL Schema File
35+
36+
- SQL Schema File
3737

3838
The database schema is defined in [`schema.sql`](schema.sql), which includes:
3939

0 commit comments

Comments
 (0)