Skip to content

CWFranklin/nuclear-sudoku

Repository files navigation

Nuclear Sudoku

Nuclear Sudoku is an original idea conceived by Phil Hazelton and was built inside a day with the assistance of Chris Franklin during the September 2013 hackbmth event. A case study was published by Jon Ginn of Open Device Lab Bournemouth and can be found here.

This is near-enough the original version (with minor improvements made since the hackbmth event), and with Phil's generous permission, Nuclear Sudoku is hosted here under the MIT license.

Installation

Nuclear Sudoku requires Node.js to run.

Install the dependencies and devDependencies and start the server.

$ cd nuclear-sudoku
$ npm install -d
$ npm run dev

For production environments...

$ npm install --production
$ node app.js

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published