Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 332 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 332 Bytes

-----A simple Sudoku webapp-----

Can generate a puzzle, and also solve it with a backtracking algorithm.

ToDo list:

  • Implement different difficulty levels for the generator function.

Updates:

  • 2018.03.19 -> - Rewrote the scripts into a more object-oriented format & removed some redundancies and tidied up the whole thing.