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 version deviates from the original version with improved UI and UX, reduced player-count, etc. and is designed to run as a standalone, single instance of Nuclear Sudoku and persists under the MIT license as permitted by Phil.
An "instanced" version of Nuclear Sudoku is available here.
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
MIT