fixed markdown

master
panki27 7 years ago
parent 57eb699531
commit c9a9a3ae24

@ -2,17 +2,18 @@
minebash is a minesweeper implementation in Python for the Linux command line. minebash is a minesweeper implementation in Python for the Linux command line.
##Features ## Features
1. Color 1. Color
2. User specified field size & minecounts 2. User specified field size & minecounts
3. Difficulty presets 3. Difficulty presets
##Dependencies ## Dependencies
1. None, aside from curses which is standard in Python on Linux 1. None, aside from curses which is standard in Python on Linux
##Setup ## Setup
``` ```
git clone https://github.com/panki27/minebash.git git clone https://github.com/panki27/minebash.git
cd minebash cd minebash
@ -20,10 +21,10 @@ chmod +x minebash
./minebash ./minebash
``` ```
##Controls ## Controls
- Arrow Keys: Move Cursor - Arrow Keys: Move Cursor
- Spacebar: Check field - Spacebar: Check field
- F: Place flag - F: Place flag
##Command line options ## Command line options
See 'minebash ?' See 'minebash ?'
Loading…
Cancel
Save