https://github.com/abdalrahman-alhamod/multisweeper
A modern Minesweeper game with multi-board support, save/load functionality, and advanced undo/redo controls
https://github.com/abdalrahman-alhamod/multisweeper
bloc dart flutter game minesweeper shared-preferences
Last synced: 3 months ago
JSON representation
A modern Minesweeper game with multi-board support, save/load functionality, and advanced undo/redo controls
- Host: GitHub
- URL: https://github.com/abdalrahman-alhamod/multisweeper
- Owner: Abdalrahman-Alhamod
- License: mit
- Created: 2024-11-28T10:09:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-28T10:18:37.000Z (over 1 year ago)
- Last Synced: 2025-03-29T09:13:24.442Z (over 1 year ago)
- Topics: bloc, dart, flutter, game, minesweeper, shared-preferences
- Language: Dart
- Homepage:
- Size: 1.52 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Minesweeper đŠđŖ
A modern take on Minesweeper with exciting features and a clean, dynamic interface. Play multiple boards simultaneously, save your progress, and enjoy advanced controls like undo and redo!
---
## đšī¸ **Features**
- **Save and Load Game**: Resume your progress anytime.
- **Multi-Board Gameplay**: Play on multiple boards with independent timers and flag counters.
- **Undo/Redo Actions**: Easily revert or repeat your moves for better control.
---
## đ¸ **Gallery**
### Screenshots
Start Screen
Load Screen
Game Started
During Gameplay
Multiple Boards
---
## đ **Getting Started**
1. Clone the repository:
```bash
git clone https://github.com/yourusername/minesweeper.git
cd minesweeper
```
2. Run the app:
```bash
flutter pub get
flutter run
```