sudoku-game-spring / README.md
Phoenix21's picture
Update README for Sudoku Game
1dca0ed verified
---
title: Sudoku Game
emoji: 🧩
colorFrom: blue
colorTo: purple
sdk: docker
app_port: 7860
---
# Sudoku Game
A Spring Boot web application for playing Sudoku puzzles.
## Features
- Interactive Sudoku game interface
- Puzzle generation and validation
- Clean and responsive web design
- Spring Boot REST API backend
## How to Play
1. Click on any cell to select it
2. Use number keys (1-9) to fill in numbers
3. The game will validate your moves automatically
4. Complete the puzzle by filling all cells correctly
This application is automatically deployed from the GitHub repository.