https://github.com/notakamihe/react-sudoku
Sudoku game in React
https://github.com/notakamihe/react-sudoku
game react reactgame reactjs sudoku sudoku-game
Last synced: 14 days ago
JSON representation
Sudoku game in React
- Host: GitHub
- URL: https://github.com/notakamihe/react-sudoku
- Owner: notakamihe
- Created: 2023-05-10T23:15:05.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-10T23:35:41.000Z (about 3 years ago)
- Last Synced: 2025-06-28T17:43:02.458Z (11 months ago)
- Topics: game, react, reactgame, reactjs, sudoku, sudoku-game
- Language: TypeScript
- Homepage: https://react-sudoku-neon.vercel.app
- Size: 283 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sudoku in React
This project is a Sudoku game made in React. The objective of Sudoku is to fill a partially complete puzzle grid in such a way that each row, column, and subgrid contains all numbers from 1 to 9. There are four difficulties: easy, medium, hard, and evil. There is a set number of maximum mistakes allowed called "lives". If the player makes too many mistakes the game is lost.
## Project setup
1. Run ```npm install``` to bring in all the necessary dependencies
2. Rum ```npm start``` to launch the project
