Sudoku Game
🎮 Live Demo
Overview
This is a web-based Sudoku game developed using HTML, CSS, and JavaScript. The game offers an interactive interface where users can play Sudoku puzzles directly in their web browser. It includes real-time input validation and an option to reset the board.
Features
- Interactive 9x9 Sudoku grid
- Input numbers (1-9) into cells
- Real-time validation to prevent invalid moves
- Reset button to clear the board and start fresh
- Responsive design for desktop and mobile devices
Technologies Used
- HTML — Provides the structure of the game
- CSS — Styles the Sudoku grid and user interface
- JavaScript — Handles game logic, input validation, and interactivity
Getting Started
Prerequisites
All you need is a modern web browser (Chrome, Firefox, Edge, Safari, etc.).
Running the Game Locally
- Clone the repository or download the ZIP file:
```bash
git clone https://github.com/anamavahora/sudoku.git