mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-02 04:39:59 -07:00
20 lines
332 B
Markdown
20 lines
332 B
Markdown
# Minesweeper
|
|
|
|
[Original Link](https://github.com/panki27/minesweeper)
|
|
|
|
This is a Minesweeper implementation for the Flipper Zero device.
|
|
|
|

|
|
|
|
## Controls
|
|
|
|
- Arrow buttons to move
|
|
- Push center button to open field
|
|
- Hold center button to toggle flag
|
|
|
|
## Compiling
|
|
|
|
```
|
|
./fbt firmware_minesweeper
|
|
```
|