From edd5b49889ea6aa6c3326bdcccffabe190ae7310 Mon Sep 17 00:00:00 2001 From: squee72564 Date: Wed, 10 Jan 2024 18:33:47 -0800 Subject: [PATCH] fixed doc --- docs/changelog.md | 6 +++--- img/SIMPLEREADME.md | 13 +++++-------- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 887a4b2..8026057 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -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. diff --git a/img/SIMPLEREADME.md b/img/SIMPLEREADME.md index 69e1bc4..38e36f1 100644 --- a/img/SIMPLEREADME.md +++ b/img/SIMPLEREADME.md @@ -1,6 +1,3 @@ - - - # Minesweeper Implementation for the Flipper Zero. ## Added features unique to this implementation: @@ -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