Either you want to play sudoku or you want find solutions to sudoku problems, this is the best place -> https://sudoku-game-and-solver.netlify.app/
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Then, open http://localhost:3000 with your browser to start using the platform.
- Click on "New Game" button then choose how hard you want the game to be.
- Next, a sudoku problem is generated and the game has started, click on a cell that you want to modify in the board.
- Then, click on a digit card, those are on the right of the board (or under it in smaller screens) to fill the chosen cell with a digit.
- You can also get a hint on what digit should be in the selected cell.
- And if you are really stack and you want to get the solution, click on the solve button.
- If you made a mistake, just select the wrongly filled cell and click on erase button.
- Click on "Solve Game" button.
- Fill the empty board on the left with a valid sudoku problem.
- Click on Solve button.
Screencast.from.27.2024.CET.07.37.12.webm
- This website is created using the MVVM structure.
- This website is created using Next js.