- 🎮 Classic Minesweeper gameplay
- 🎯 Difficulty levels: Beginner, Intermediate, Expert and Custom
- 😎 Fastest Mine Sweepers board
- ⏱️ Real-time game timer
- 🚩 Chording and flagging system
- Built using Rust 🦀
- Leverages
relm4
for simplier GUI programming with GTK4 - Minimal dependencies
- Rust 1.75 or higher
- GTK4 development libraries
# Clone the repository
git clone https://github.com/not4rt/rusty-minesweeper
cd rusty-minesweeper
# Build and run
cargo run --release
- Left-click to reveal cells
- Right-click to flag potential mines
- Middle-click or Right+Left to chord
- Clear all non-mine cells to win!
- Choose your difficulty level from the Game menu