Open Tadaboody opened 6 years ago
As related to #5. One way is to implement https://github.com/Tadaboody/Minesweeper/blob/6f12241c129f70883f51ca88cbc7405e40cc4ed8/app/src/main/java/com/keren/tomer/minesweeper/Game.kt#L26 and hope that re-creating the board until it's solvable won't take too much time
Might want to check out https://dash.harvard.edu/bitstream/handle/1/14398552/BECERRA-SENIORTHESIS-2015.pdf?sequence=1
As related to #5. One way is to implement https://github.com/Tadaboody/Minesweeper/blob/6f12241c129f70883f51ca88cbc7405e40cc4ed8/app/src/main/java/com/keren/tomer/minesweeper/Game.kt#L26 and hope that re-creating the board until it's solvable won't take too much time