| Crates.io | modern-minesweeper |
| lib.rs | modern-minesweeper |
| version | 0.3.2 |
| created_at | 2025-12-28 13:43:21.311385+00 |
| updated_at | 2026-01-01 20:31:52.026909+00 |
| description | A Simple minesweeper game built with Rust + Slint |
| homepage | https://github.com/RezaBani/modern-minesweeper |
| repository | https://github.com/RezaBani/modern-minesweeper |
| max_upload_size | |
| id | 2008838 |
| size | 218,598 |
Welcome to Modern Minesweeper Repository which is built by Rust (Backend) + Slint (Ui).
Minesweeper is a popular game where the user has to find the mines using numeric hints that indicate how many mines are directly adjacent (horizontally, vertically, diagonally) to a square.
just clone the repo and run cargo run --release
or install it with cargo install modern-minesweeper