MiniSweeper is a classic Minesweeper game built using Flutter. The objective of the game is to find all the mines hidden in the grid, without detonating any of them.
How to Play:
-Tap a cell to reveal its contents.
-If a cell has a number, it indicates the number of mines in the surrounding cells.
-The game is won when all mines are marked, and all other cells are revealed.
This project is a starting point for a Flutter application.