Skip to content

dmackinnon1/sudoku

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sudoku

Simple Sudoku puzzle generator, solver, and display in JavaScript.

Sudoku puzzles require you to place the digits 1 through 9 in cells so that each digit appears only once in each row, only once in each column, and only once in each 3x3 boxed area.

On this page, cells with value zero are empty - your goal is to replace all of the empty (zero) cells with valid numbers. Click on a light-grey cell to cycle through the digit values.

If hints are turned on, then all cells that only have one possible value are highlighted in green, while rows that have an invalid values are highlighted in red. Note that the hints are updated based on the values that you have entered, not based on the actual solution.

example

Try out a live version at https://dmackinnon1.github.io/sudoku/.

About

Simple sudoku puzzle generator, solver, and display in javascript

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published