diff --git a/README.md b/README.md new file mode 100644 index 0000000..4297cbe --- /dev/null +++ b/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 +``` diff --git a/img/screenshot.png b/img/screenshot.png new file mode 100644 index 0000000..577749a Binary files /dev/null and b/img/screenshot.png differ