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 27e7246 commit edd5b49
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
6 changes: 3 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
## TODO:
- Implement LED and haptic feedback

## [Version 1.0.0] - 1/10/2024
## Version 1.0.0 - 1/10/2024

Initial Full release for the game.

## Added
- Mine sweeper game with settings menu to choose variable board dimensions from 16x7 to 32x32.
- Ability to set difficulty, width, and height for the game board in settings.
- Ability to enable solvable boards only
- Ability to set difficulty, width, and height for the game board in settings.
- Ability to enable solvable boards only
- The core game functionality is complete for the game with multiple types of button presses registered for different inputs.
- The game will save your settings (besides "enable solvable") when you leave the game.
13 changes: 5 additions & 8 deletions img/SIMPLEREADME.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@



# Minesweeper Implementation for the Flipper Zero.

## Added features unique to this implementation:
Expand All @@ -11,14 +8,14 @@


## How To Play
- Up/Down/Left/Right Buttons to move around
1. Up/Down/Left/Right Buttons to move around
- These buttons can be held down to keep moving in a direction
- Center OK Button to attempt opening up a tile
2. Center OK Button to attempt opening up a tile
- Press OK on a tile to open it up
- Hold OK on a cleared space with a number to clear all surrounding tiles (correct number of flags must be set around it)
- Hold Back Button on a tile to toggle marking it with a flag
- Hold Back Button on a cleared space to jump to one of the closest tiles (this can help find last tiles on a larger board)
- Press Back Button to access the settings menu where you can do the following:
3. Hold Back Button on a tile to toggle marking it with a flag
4. Hold Back Button on a cleared space to jump to one of the closest tiles (this can help find last tiles on a larger board)
5. Press Back Button to access the settings menu where you can do the following:
- Change board width
- Change board height
- Change difficulty
Expand Down

0 comments on commit edd5b49

Please sign in to comment.