mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-24 21:43:06 +00:00
20 lines
479 B
Markdown
20 lines
479 B
Markdown
# Minesweeper
|
|
|
|
[Original Link](https://github.com/panki27/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
|
|
- Push center button on an already open field that has the correct amount of flags surrounding it to auto-open the remaining ones (thanks @gelin!)
|
|
|
|
## Compiling
|
|
|
|
```
|
|
./fbt firmware_minesweeper
|
|
```
|