sudoku
sudoku copied to clipboard
Simple sudoku web game made with ReactJS and Redux.
Sudoku
A simple web sudoku game made with ReactJS and Redux. Play online here.
See the VueJS version here.
Features
- Mobile-friendly
- Uses LocalStorage to save the current game state
Building locally
Prerequisites:
- NodeJS
- NPM
- Webpack (installed globally)
- LESS and the clean CSS plugin (installed globally)
$ git clone https://github.com/andreynering/sudoku.git
$ cd sudoku
$ npm install
$ npm run buildjs
$ npm run buildcss