Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/panki27/minesweeper
A minesweeper implementation for the Flipper Zero device.
https://github.com/panki27/minesweeper
flipperzero minesweeper
Last synced: 8 days ago
JSON representation
A minesweeper implementation for the Flipper Zero device.
- Host: GitHub
- URL: https://github.com/panki27/minesweeper
- Owner: panki27
- License: gpl-3.0
- Created: 2022-09-23T22:34:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-07T10:10:12.000Z (10 months ago)
- Last Synced: 2024-02-13T20:26:37.295Z (9 months ago)
- Topics: flipperzero, minesweeper
- Language: C
- Homepage:
- Size: 59.6 KB
- Stars: 69
- Watchers: 3
- Forks: 6
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- fucking-awesome-flipperzero - `Minesweeper` Minesweeper implementation.
- awesome-flipperzero - `Minesweeper` Minesweeper implementation.
- awesome-flipperzero-withModules - `Minesweeper` Minesweeper implementation.
README
# 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
```