I Found Out Why Hard Puzzles Are NOT Hard :D
A 6x6 sudoku grid is small, so adding techniques like pointing pairs, naked pairs, etc. is stupid and a waste of time tbh
The gird is so small, so the difficulty mainly depends on guesses, when they start, and backtracks. No need for many techniques, they are useless
So I removed some techniques and now I’m cleaning the code after removing 300+ lines of code
+ trying to make it faster 
Check this puzzle 
Log in to leave a comment



, I’m adding things like naked singles, hidden singles, naked pairs, pointing pairs, and box-line reduction.
, or how hard it was for the generator to make
, I chose to determine the difficulty by what techniques you need to solve it 


