Skip to content

Pierre-Monier/minesweeper

Repository files navigation

mines_sweeper

Overview

Demo

mines_sweeper is a classic minesweeper game fully implemented in Flutter. The game challenges players to clear a rectangular board containing hidden "mines" without detonating any of them.

Installation

Clone the repository and navigate to the project directory. Run the game using your preferred Dart environment.

Usage

The game starts with a grid of unmarked squares. Some randomly selected squares are designated as containing mines. The goal is to mark all the mines without uncovering any of them.

Note

Currently, there are some issues with the user interface when the game is played on mobile web. Border and some interactive elements may not display correctly or provide the intended user experience. Therefore, until these issues are resolved, it is recommended to play the game on a desktop browser for the best experience.

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the terms of the MIT license.