A BackTracking solver for a n by n table of Sudoku.
Download all files to the same folder and run sudoku.py in the terminal. It has one console variable (n) that is the size of the sudoku (n^2 x n^2)
Future implementation will be:
- PyGame Implementation for user manipulation and better visualization
- Table from User Input
- Speed improvements