kaajjo / LibreSudoku

LibreSudoku - Sudoku app for android built with Kotlin + Jetpack Compose + Material3
GNU General Public License v3.0
415 stars 31 forks source link

Unsolveable Sudoku #34

Open SpaghettiLord1010 opened 1 year ago

SpaghettiLord1010 commented 1 year ago

I was just playing my rounds when I came across a peculiar sight, I noticed right from the start that something is wrong as the six and the two are clearly correct, I tried to see what the hints said and they created nothing, after a while I decided to give up to see if I waa mistaken or not, the solution was a completely blank board. Screenshot_20230301-062424.png

Ilithy commented 1 year ago

Hi;

It's really strange, I don't have these problems personally:

Screenshot_20230301-085428

If I give up, and ask him to display the winning grid, I get this:

Screenshot_20230301-085631

Os Android: GrapheneOS (Android 13) LibreSudoku version: 1.4.1 Difficulty level: easy

SpaghettiLord1010 commented 1 year ago

Ha, that's rather strange then, I have no idea what was wrong here then

Ilithy commented 1 year ago

Me neither, maybe the bug appears depending on the level of difficulty chosen, or is it a temporary bug, have you tried again since?

SpaghettiLord1010 commented 1 year ago

Yeah, it works fine again, strange, difficulty was easy if that helps.

kaajjo commented 1 year ago

Yeah, this is very strange. Maybe the solved board didn't initialize properly at the beginning of the game. So I added additional checks to make sure it's properly initialized, hope it helps

SpaghettiLord1010 commented 1 year ago

Thanks!