Minesweeper built using rust
Find a file
2025-05-17 18:14:02 +01:00
.github Add game ui using the iced ui framework (#1) 2025-05-05 23:17:32 +01:00
.vscode Add automatic solver (#2) 2025-05-17 17:18:39 +01:00
resources Add game ui using the iced ui framework (#1) 2025-05-05 23:17:32 +01:00
src Make solver always start in the corner 2025-05-17 17:58:51 +01:00
.gitignore Initial commit 2022-06-25 20:26:26 +01:00
Cargo.lock Add automatic solver (#2) 2025-05-17 17:18:39 +01:00
Cargo.toml Add automatic solver (#2) 2025-05-17 17:18:39 +01:00
README.md Update README.md 2025-05-17 18:14:02 +01:00

Minesweeper

Minesweeper built in rust using iced.rs

Preview

Running

Clone the repository and run the executable.

Left click to open a field, right click to flag a field.

Click the face to start a new game or change difficulty.

Self-solving features

This application features a self-solving mode where the game can play itself.

Holding the alt key will show the solvers predictions of the chance a field contains a mine, these are used during the self playing feature.

Pressing enter will have the self-solver perform a single action (e.g. open a field, or flag a field). Holding the enter key down will allow the self-solver to repeatedly execute actions.