This is a sudoku app built with vanilla JavaScript. It's an exercise to learn web development fundamentals and basic game design, using HTML, CSS, & JS.
- The game runs in the browser
- No libraries, frameworks, templates, or preprocessors
- Limited dev tools:
- Generate sudoku puzzles
- Proper puzzles (exactly one solution)
- Minimal puzzles (every clue is necessary to keep it proper)
Install the dependencies by running:
npm installStart the node server with:
npm run devShow statistics with:
npm run stats
