modern-minesweeper

Crates.iomodern-minesweeper
lib.rsmodern-minesweeper
version0.3.2
created_at2025-12-28 13:43:21.311385+00
updated_at2026-01-01 20:31:52.026909+00
descriptionA Simple minesweeper game built with Rust + Slint
homepagehttps://github.com/RezaBani/modern-minesweeper
repositoryhttps://github.com/RezaBani/modern-minesweeper
max_upload_size
id2008838
size218,598
Reza Banivakil (RezaBani)

documentation

README

Minesweeper

Welcome to Modern Minesweeper Repository which is built by Rust (Backend) + Slint (Ui).

Introduction

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.

Instructions

just clone the repo and run cargo run --release

or install it with cargo install modern-minesweeper

Commit count: 0

cargo fmt