This commit is contained in:
RogueMaster
2022-09-27 18:23:28 -04:00
parent 345a88d18a
commit 4e471efa80
48 changed files with 2628 additions and 18 deletions

View File

@@ -0,0 +1,17 @@
# Minesweeper
This is a Minesweeper implementation for the Flipper Zero device.
![screenshot](img/screenshot.png)
## Controls
- Arrow buttons to move
- Push center button to open field
- Hold center button to toggle flag
## Compiling
```
./fbt firmware_minesweeper
```