Minesweeper-like text game, where the player tries to find all mines on the minefield as fast as possible without accidentally detonating them.
Build instructions
Primary module
File format
Running
Start a game with default parameters:
Show help:
Start a game as "Me" with a 40x20 minefield populated with 50 mines:
mines -i Me -x 40 -y 20 -m 50
Controls
Game
- h: Move cursor left.
- j: Move cursor down.
- k: Move cursor up.
- l: Move cursor right.
- Space: Uncover cell.
- /: Flag/mark/reset cell. Skips marking if marks are disabled.
- m: Open menu.
- q: Quit the game.
Menu
- j: Move selection down.
- k: Move selection up.
- Space: Confirm selected option.
Options
- New game: Start a new game.
- Edit game: Start a new game with changed parameters.
- Leaderboard: View leaderboard.
- Change player name: Change current player name.
- Disable marks / Enable marks: Toggle marks.
- Quit: Quit the game.
- Back: Exit from the menu.