A downloadable game for Windows and Linux

This is a simple minesweeper that run in the terminal.

(Thank to the best tooters @mikapyon@mastodon.social and @arcade@catcatnya.com to make me post something on itch for you)

It is built in Rust, to play you have to select a position in the board and an action.

Rules:

- You must discover any non-mines cases and flag every mines. Cases with numbers show the number of mines in their 8-neightbouring cases (corner + direct).

Download

Download
console_minesweeper_v1.0.2_source.zip 5 kB
Download
console_minesweeper_v1.0.2_linux.zip 921 kB
Download
console_minesweeper_v1.0.2_windows.zip 1 MB

Install instructions

For the simple executable files, Just extract the file,

- Linux: open the console_minesweeper using any terminal with `./console_minesweeper`

- Windows: open a smart terminal that support colors (cmd and powershell doesn't support colors...) and open the .exe with `./console_minesweeper.exe`

Comments

Log in with itch.io to leave a comment.

(+1)

really cool !
Just could you make a little menu when a game is done to retry ?

yep ! imma make it when I'm in the mood to go back to Rust lmao

(1 edit) (+1)

What kind of "smart terminal" do you recommend ?

EDIT : You can use the package "platformio-ide-terminal" on Atom

the unix terminals are fine with escape color code and the integrated ide-terminals should work too.

(+2)

Thank you for the Linux version ヾ(*ΦωΦ)ノ

(+1)

A pleasure ! it is always Linux that is forgotten, but I won't do that, especially for a game that plays in the terminal !