better readme wording, filename fix in usage instructions

master
panki27 7 years ago
parent 7008c6e55a
commit 76570dd024

@ -10,7 +10,7 @@ minebash is a minesweeper implementation in Python for the Linux command line.
## Dependencies ## Dependencies
1. None, aside from curses which is standard in Python on Linux - Python for Linux (requires Curses)
## Setup ## Setup
@ -27,4 +27,4 @@ chmod +x minebash
- F: Place flag - F: Place flag
## Command line options ## Command line options
See 'minebash ?' See 'minebash ?'

@ -34,7 +34,7 @@ clWhite, clRed, clCyan, clBlue, clYellow, clGreen, clInverted = None, None, None
difficulty = 'medium' difficulty = 'medium'
param_error = 'minebash: Invalid parameters. See \'minebash.py ?\' for help ' param_error = 'minebash: Invalid parameters. See \'minebash.py ?\' for help '
helpstr = '''Usage: minebash.py [easy|medium|hard] [width height minecount] helpstr = '''Usage: minebash [easy|medium|hard] [width height minecount]
Difficulty presets: Difficulty presets:
easy: 5x5 4 mines easy: 5x5 4 mines

Loading…
Cancel
Save