-
Move control buttons into a new div since they are cluttering up the page; show/hide then which clicking on the "Option" button
-
Increase the font of the timer
-
Add a masking div to hide the sudoku when the timer is paused
-
Added submodule js-utils with Timer utility
-
Timer can be used to keep track of time spent solving the puzzle
-
Ability to pause/resume timer to take break
-
Randomize the choices for the Sudoku Solver
-
New visual indicators for errors/progress
-
Allow users to import a list of Sudokus (refer to file sudokuList.json for format)
- First release of Sudoku-JS. Check README.md for features.