Skip to content

jumbledFox/minesweeper

Repository files navigation

Minesweeper

This is a little minesweeper game that I've been working on, written in Rust using the Macroquad framework.

There's a web build, plus some lovely juicy details about how some of it works, on my website!

Controls

Action Control
Dig Left click
Flag Right click
Chord Middle click, or Right+Left click

Info

It's built on top of my own implementation of an immediate-mode GUI. It isn't the most efficient, but it works very well for my purposes. Casey Muratori's talk on this subject was invaluable to me when implementing my own!

Below you can see some of the GUI, namely the menubar and a popup window.

There's a very cool circular explosion effect which I'm quite proud of.
(this would've been SO much nicer as an mp4 file, i.e. improved video quality, smaller file size, and sound, but silly github doesn't like putting videos in markdown files for some reason!!!)

You can also make custom games!

Credits

Macroquad - not-fl3
WASM build script (build_wasm.sh) - Tom Solberg (and more!)
MP4 to GIF script - troyane
Explosion sound - AyeDrevis
Lowercase character 'e' - 04b03

Everything else made by me, jumbledFox :3

Releases

No releases published

Packages