- Show the recursions of a sudoku solver backtracking algorithm during the time using pygame
- Function that finds a sequence of numbers to try to solve the sudoku board using less than 100 recursions
install Requirements with:
$ pip install -r requirements.txt