Skip to content

a simple website where you can play sudoku games according to levels of hardness and find solutions to any sudoku board you provide as well

Notifications You must be signed in to change notification settings

NajibPro/sudoku-game-and-solver

Repository files navigation

Sudoku generator + Sudoku solver:

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/

To run it locally:

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.

How to play:

For the generator:

  • 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.

for the solver:

  • Click on "Solve Game" button.
  • Fill the empty board on the left with a valid sudoku problem.
  • Click on Solve button.

Game Recording:

Screencast.from.27.2024.CET.07.37.12.webm

Remarks

  • This website is created using the MVVM structure.
  • This website is created using Next js.

About

a simple website where you can play sudoku games according to levels of hardness and find solutions to any sudoku board you provide as well

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages