Phoenix21 commited on
Commit
1dca0ed
·
verified ·
1 Parent(s): 507cbd5

Update README for Sudoku Game

Browse files
Files changed (1) hide show
  1. README.md +21 -5
README.md CHANGED
@@ -1,10 +1,26 @@
1
  ---
2
- title: Sudoku Game Spring
3
- emoji: 🌍
4
- colorFrom: red
5
  colorTo: purple
6
  sdk: docker
7
- pinned: false
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.