An open API service indexing awesome lists of open source software.

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.

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

![demo](demo.png)