Sudoku consists of a 9 × 9 grid with numbers appearing in some of the squares. The object of the puzzle is to fill the remaining squares, using all the numbers 1–9 exactly once in each row, column, and the nine 3 × 3 subgrids.
- Fully responsive
- After fill all the boxes it will give the message weather it is the right or wrong solution
- React
- HTML
- CSS
git clone https://github.com/vin9012d/sudoku-game.git
To install all the dependences of the project, run the following command:
npm install
To run the application got to the client folder and run the following command:
npm start
Give a star if you like this project!