medchek / react-sudoku

A sudoku game with some cool features

Home Page:https://react-sudoku-chmd.netlify.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A sudoku game with some cool features

https://react-sudoku-chmd.netlify.app/


Languages

Language:TypeScript 95.9%Language:CSS 2.4%Language:HTML 1.3%Language:JavaScript 0.4%