archa
Born on October 05, 2020•20 Karma
I read a guide on how to solve 8-puzzle, and even with the guide I couldn't solve it. So I went to the math of it, and read an article[1] that gives a proof if a board is solvable or not.
Dumb me! The way I was creating the board I would make it unsolvable with a even board (4x4). The 3x3 and 5x5 were fine.
The bug is fixed. Sorry about that. I'm laughing so hard because even I couldn't solve any 4x4 games.
1 - https://www.geeksforgeeks.org/check-instance-15-puzzle-solva...
That was funny, thanks a lot!