Console Minesweeper
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
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.
pretty cool! a bit tedious to have to get the coordinates each time but still pretty cool
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
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.
Thank you for the Linux version ヾ(*ΦωΦ)ノ
A pleasure ! it is always Linux that is forgotten, but I won't do that, especially for a game that plays in the terminal !