sudoku icon indicating copy to clipboard operation
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:

$ git clone https://github.com/andreynering/sudoku.git
$ cd sudoku
$ npm install
$ npm run buildjs
$ npm run buildcss