Spaces:
Sleeping
Sleeping
Update README for Sudoku Game
Browse files
README.md
CHANGED
|
@@ -1,10 +1,26 @@
|
|
| 1 |
---
|
| 2 |
-
title: Sudoku Game
|
| 3 |
-
emoji:
|
| 4 |
-
colorFrom:
|
| 5 |
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
-
|
| 8 |
---
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
title: Sudoku Game
|
| 3 |
+
emoji: 🧩
|
| 4 |
+
colorFrom: blue
|
| 5 |
colorTo: purple
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
---
|
| 9 |
|
| 10 |
+
# Sudoku Game
|
| 11 |
+
|
| 12 |
+
A Spring Boot web application for playing Sudoku puzzles.
|
| 13 |
+
|
| 14 |
+
## Features
|
| 15 |
+
- Interactive Sudoku game interface
|
| 16 |
+
- Puzzle generation and validation
|
| 17 |
+
- Clean and responsive web design
|
| 18 |
+
- Spring Boot REST API backend
|
| 19 |
+
|
| 20 |
+
## How to Play
|
| 21 |
+
1. Click on any cell to select it
|
| 22 |
+
2. Use number keys (1-9) to fill in numbers
|
| 23 |
+
3. The game will validate your moves automatically
|
| 24 |
+
4. Complete the puzzle by filling all cells correctly
|
| 25 |
+
|
| 26 |
+
This application is automatically deployed from the GitHub repository.
|