Home

Awesome

ufbt Build and Release action tag

Minesweeper Implementation for the Flipper Zero.

Hello!

Mine Sweeper Example Gameplay Gif

Added features unique to this implementation:

Installation

The app is also now available for download on the Flipper Lab website for easy access.

If you want to manually build and install follow the steps below:

How To Play

IMPORTANT NOTICE:

The way I set the board up leaves the corners as safe starting positions!

In addition to this, with the "Ensure Solvable" option set to true, the board will always be solvable from 0,0! Without "Ensure Solvable" enabled in the settings there is no guarantee that the game will be solvable without any guesses.

Application Structure

The following is the application structure with a breakdown of each folder:

Right now the current structure of the application is heavily inspired from leedave's boilerplate repo.