Skip to content

Improved standalone version of the Nuclear Sudoku game. One room to control them all.

License

Notifications You must be signed in to change notification settings

CWFranklin/nuclear-sudoku-standalone

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 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.

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

Improved standalone version of the Nuclear Sudoku game. One room to control them all.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published