Open joelekstrom opened 8 years ago
The game doesn't at the moment guarantee a path to the exit tile.
This can be solved by using a pathfinding algorithm to check if there's a possible exit path, and if not, remove some mines to make sure there is one.
The game doesn't at the moment guarantee a path to the exit tile.
This can be solved by using a pathfinding algorithm to check if there's a possible exit path, and if not, remove some mines to make sure there is one.