minesweeper for linux command line, implemented in python
Go to file
2019-06-08 01:33:02 +02:00
minebash removed trailing whitespace 2019-06-08 01:33:02 +02:00
pattern updated pattern 2018-04-22 15:48:06 +02:00
README.md help param is 'help' instead of '?', see issue #2 2018-04-22 15:40:25 +02:00

minebash

minebash is a minesweeper implementation in Python for the Linux command line. minebash screenshot

Features

  1. Color
  2. User specified field size & minecounts
  3. Difficulty presets

Dependencies

  • Python for Linux (requires Curses)

Setup

git clone https://github.com/panki27/minebash.git
cd minebash
chmod +x minebash
./minebash

Controls

  • Arrow Keys: Move Cursor
  • Spacebar: Check field
  • F: Place flag

Command line options

See 'minebash help'