Skip to content

Commit

Permalink
fixed doc
Browse files Browse the repository at this point in the history
  • Loading branch information
squee72564 committed Jan 11, 2024
1 parent 03b18b6 commit 27e7246
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions img/SIMPLEREADME.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@


# Minesweeper Implementation for the Flipper Zero.
Hello!

![Mine Sweeper Example Gameplay Gif](https://github.com/squee72564/F0_Minesweeper_Fap/blob/main/img/github_images/MineSweeperGameplay.gif)
## Added features unique to this implementation:
- Enable board verifier for board generation to ensure unambiguous boards!
- Set board width and height
Expand All @@ -29,4 +27,4 @@ Hello!
## IMPORTANT NOTICE:
The way I set the board up leaves the corners as safe starting positions!

In addition to this, with the "Ensure Solvable" option set to true, the board will always be solvable from 0,0! Without Ensure Solvable enabled in the settings the mine placement for the board generation is randomized and there is no guarantee that the game with be solvable without any guesses.
In addition to this, with the "Ensure Solvable" option set to true, the board will always be solvable from 0,0! Without Ensure Solvable enabled in the settings the mine placement for the board generation is randomized and there is no guarantee that the game with be solvable without any guesses.

0 comments on commit 27e7246

Please sign in to comment.