-----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.