Minesweeper in 6D written in safe Rust with:
- zoom & pan, various keyboard shortcuts
- 8 color highlighter with customizable colours
- deep game settings, including seeded game and wrapping (infinite) board
- option to create presets (several included by default)
You can play online through https://sdasda7777.github.io/minesweeper6d/
(beware, performance is a lot worse compared to native builds)
You can use prebuilt binary from releases.
You can clone the repo and run cargo run
(assuming you have cargo
installed).