Felix Pankratz 3 anni fa
parent
commit
014971ce68
2 ha cambiato i file con 17 aggiunte e 0 eliminazioni
  1. 17 0
      README.md
  2. BIN
      img/screenshot.png

+ 17 - 0
README.md

@@ -0,0 +1,17 @@
+# 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
+```

BIN
img/screenshot.png