A classic Sudoku game generator written with NodeJs.
- Generate a Sudoku puzzle based on difficulties
- Publish puzzle into DynamoDB for future consumption
node src/index.js simple
node src/index.js easy
node src/index.js medium
node src/index.js hard
Code requires Node.js v6+ to build.
Install the dependencies and devDependencies and start the service.
$ npm install
- Write Tests
MIT © Wenhao Lee
Please let me know if you have any suggestions at [email protected].