https://github.com/clumsyme/playsudoku
PlaySudoku, a web sudoku game.
https://github.com/clumsyme/playsudoku
game react sudoku webapp
Last synced: about 1 month ago
JSON representation
PlaySudoku, a web sudoku game.
- Host: GitHub
- URL: https://github.com/clumsyme/playsudoku
- Owner: clumsyme
- License: mit
- Created: 2016-11-11T13:39:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T15:08:00.000Z (almost 6 years ago)
- Last Synced: 2025-03-22T15:51:43.119Z (about 2 months ago)
- Topics: game, react, sudoku, webapp
- Language: JavaScript
- Size: 692 KB
- Stars: 28
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## PlaySudoku, a web sudoku game.
This is a web app created with [Create React App](https://github.com/facebookincubator/create-react-app).
You can [play the game online](https://www.imliyan.com/static/pages/playsudoku/).### Usage
```
git clone git://github.com/clumsyme/PlaySudoku
cd PlaySudoku
npm install --save react react-dom
npm install --save-dev react-scripts
npm start
```### Take a look
