Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

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
```