Closed sharkwouter closed 3 years ago
This might actually be causing a race condition of some sort. I'm seeing crashes on the Vita. I'll convert this to a draft and see if I can find a better solution
I found a different solution which works well. Now the gameboard decides what to do when there are no more moves depending on what game mode is active.
This fixes #6. Instead of calculating to see if there are solutions on every frame, this now checks if the game is in the state which is set when that is the case.