You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
275 B
Markdown
18 lines
275 B
Markdown
2 years ago
|
# 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
|
||
|
```
|