You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# minebash
|
|
|
|
|
|
|
|
minebash is a minesweeper implementation in Python for the Linux command line.
|
|
|
|
![minebash screenshot](https://i.imgur.com/dADsjEh.png "it's fun - IGN 10/10")
|
|
|
|
|
|
|
|
## 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'
|