/react-sudoku

A sudoku game with some cool features

Primary LanguageTypeScript

React Sudoku

A Suduku game with some of the features that I have always thought lacking whenever I played it. The game uses an algorithm (which can be found in my other repo) to pre-generate a fully filled and valid sudoku grid beforehand, making therefore every played game 100% solvable. The UI was written with React using typescript and designed using Adobe XD.

Sudoku

Features

  • Unlimited amount of sudoku grids.
  • Ability to auto generate cell notes.
  • Ability to highlight wrong solutions.
  • Ability to disable numbers that cannot go in a cell.
  • Keybinds.
  • Dark mode.
  • Responsive.

Demo

You can access the app using this link.

License

The app is released under the GPL-3.0 license