mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 19:31:30 +00:00
Reorg, added more sources
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
# 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
|
||||
- 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
|
||||
```
|
||||
Reference in New Issue
Block a user