forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 545
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
530 additions
and
543 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,17 @@ | ||
|
||
# Changelog | ||
## TODO: | ||
- Add settings options to toggle hardware feedback | ||
- Maybe take a look at the board verifier algo and try to make faster/multi-thread or anything to allow better maps | ||
|
||
## Version 1.2.0 - 1/25/2024 | ||
|
||
Added ability to toggle sound and haptic feedback. | ||
|
||
Minor reformats and fixes. | ||
|
||
## Version 1.1.0 - 1/11/2024 | ||
|
||
Added haptic / led functionality | ||
|
||
## Added | ||
- Haptic feedback on all button presses. | ||
- Out of bounds movement | ||
- Ok to clear tiles | ||
- Holding back for flags | ||
- Different haptic feedback on win/loss | ||
- LED changes on win loss | ||
- Initially LED is just reset | ||
- Set to red on loss | ||
- Set to blue on win | ||
- Sound on some presses | ||
Code Reformats | ||
|
||
## 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 | ||
- 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. | ||
Initial Full release for the game. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.