omitted file extension, fleshed out basic README
parent
c1c9ec805b
commit
76806ecc3c
@ -1 +1,29 @@
|
|||||||
# minebash
|
# minebash
|
||||||
|
|
||||||
|
minebash is a minesweeper implementation in Python for the Linux command line.
|
||||||
|
|
||||||
|
##Features
|
||||||
|
|
||||||
|
1. Color
|
||||||
|
2. User specified field size & minecounts
|
||||||
|
3. Difficulty presets
|
||||||
|
|
||||||
|
##Dependencies
|
||||||
|
|
||||||
|
1. None, aside from curses which is standard in Python on Linux
|
||||||
|
|
||||||
|
##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 ?'
|
Loading…
Reference in New Issue