Sudoku Genius is a web-based Sudoku solver that allows users to input Sudoku puzzles and get solutions instantly. It's designed to be user-friendly and efficient, providing an intuitive interface for solving Sudoku puzzles of varying difficulty levels.
- Sudoku Board: Enter a 9x9 Sudoku puzzle into the grid interface.
- Validation: Instantly validate input to ensure it follows Sudoku rules.
- Solver: Click the "Solve!" button to solve the Sudoku puzzle automatically.
- Clear Board: Easily clear the Sudoku board to start over.
- Open the Sudoku Genius web application in your browser.
- Enter your Sudoku puzzle into the grid by clicking on each cell and typing the number.
- As you enter numbers, the interface will validate them in real-time, highlighting any invalid entries.
- Once you've entered the entire puzzle, click the "Solve!" button to solve it.
- If the puzzle is solvable, the solution will be displayed on the grid. If not, an alert will inform you that the Sudoku puzzle is invalid.
- To clear the board and start over, simply click the "Clear Board" button.
Sudoku Genius is a web-based application and does not require any installation. Simply open the provided HTML file in your web browser to start using it.
Sudoku Genius is built using HTML, CSS, and JavaScript. Here's a brief overview of the project structure:
index.html
: The main HTML file containing the Sudoku grid and buttons.style.css
: The CSS file for styling the Sudoku grid and buttons.script.js
: The JavaScript file containing the logic for validating input, solving Sudoku puzzles, and handling user interactions.
This project is licensed under the MIT License - see the LICENSE file for details.