Skip to content

Commit 6f5d685

Browse files
Update README.md
1 parent 8e6f092 commit 6f5d685

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,14 @@ To build a two-player GUI-based Chess game in Java, focusing on game rules, move
1919
### ✅ Project Structure ✔1
2020
- The project Structure in already given in a text file `CheckMate ## Project Structure.txt`
2121

22-
2322
---
23+
2424
## 🗃️ Database Schema Design ✔1
2525

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

28+
---
29+
2830
### 📂 Tables ✔1
2931

3032
- **Game**
@@ -36,9 +38,13 @@ The project uses a MySQL database to store chess game details and move history.
3638
- SQL Schema File
3739

3840
The database schema is defined in [`schema.sql`](schema.sql), which includes:
41+
3942

4043
```sql
4144
CREATE TABLE Game (...);
4245
CREATE TABLE MoveHistory (...);
46+
```
4347

48+
---
4449

50+

0 commit comments

Comments
 (0)