I am trying to make a soduko game complete in all its glory with different sizes and solver but right not the pygame part along with soduko.py are somewhat hardcoded for size=9
Main Problem:
● I was trying to animate the solver i.e display the changes it makes tho i am unable and have been stuck at this problem for well over 40 minutes.
● The soduko.py contains two classes i.e the Generator which generates the soduko itself and the Solver class which is a copy of the prior one with some essential changes i thought were necessary to animate the solving process.

