Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 451 Bytes

File metadata and controls

14 lines (11 loc) · 451 Bytes

react-sudoku

see demo

Play here Sudoku

usage

The goal is to fill all the grids with number from 1 - 9. Also, number should not be present more than once in same row or column.

insert - select number from toolbar and click on desired cell delete - click and hold to clear a cell undo - go back to previous move redo - go to next move if available reset - clear all user inserted numbers