Minesweeper-RS
Made in Rust and Macroquad in 2 days.
YT Video of Gameplay:
If you somehow don't know how to play Minesweeper, here are the basic rules.
Your objective, is to flag all the bombs, without getting exploded. When you click a tile, it will tell you how many bombs are in the immediate vicinity of that tile. (The 9 tiles around it) But beware, if you click a bomb, you lose the game!
Controls:
Left click: Guess
Right click: Flag as Mine
Changelog:
v1.0.1
- Fixed bug where if you clicked off the board it would crash the game
v1.0.0
- Initial release!
Download
Download NowName your own price
Click download now to get access to the following files:
Minesweeper-RS-Linux-64bit.zip (Ubuntu) 1.7 MB
Minesweeper-RS-Windows-64bit.zip 2.6 MB
Minesweeper-RS-Windows-32bit.zip 2.7 MB
Comments
Log in with itch.io to leave a comment.
The game does not work for me.
I use MX-15 Debian Jessie 32 bit and try to run 32 bit Windows games using Wine 1.6.2-20. Trying to run the game here fails with the error message "Unimplemented function bcrypt.dll.BCryptGenRandom". The same with the game RS-tris.
Dang. Wine sometimes doesn't work with alot of stuff (for no apparent reason), but you could try installing Macroquad's dependencies:
Or updating to a newer wine version
Also, does the browser version work for you?