Skip to content

smenjas/sudoku-explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sudoku Explorer

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.

Sudoku (light mode) Sudoku (dark mode)

Exercise Constraints

  • The game runs in the browser
  • No libraries, frameworks, templates, or preprocessors
  • Limited dev tools:

Goals

  • Generate sudoku puzzles
    • Proper puzzles (exactly one solution)
    • Minimal puzzles (every clue is necessary to keep it proper)

Development

Install the dependencies by running:

npm install

Start the node server with:

npm run dev

Show statistics with:

npm run stats