Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 471 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 471 Bytes

React-Sudoku

A sudoku game prototype.

clone the project.

npm install

npm run start

To run test files : npm run test

Instructions To Play:

  1. Select an Input value from the footer.
  2. Click on the empty sudoku cells to apply the selected input value.
  3. For invalid values the cell changes the color to RED, and stays until it is invalid.
  4. Currently implemented the Row and Column check Only.

Note: Still needs to implement Box check to finish the game.