diff --git a/README.md b/README.md index 9c6ed6c..ad9ab2d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ minebash is a minesweeper implementation in Python for the Linux command line. ## Dependencies -1. None, aside from curses which is standard in Python on Linux +- Python for Linux (requires Curses) ## Setup @@ -27,4 +27,4 @@ chmod +x minebash - F: Place flag ## Command line options -See 'minebash ?' \ No newline at end of file +See 'minebash ?' diff --git a/minebash b/minebash index be955cf..1f8c7ae 100755 --- a/minebash +++ b/minebash @@ -34,7 +34,7 @@ clWhite, clRed, clCyan, clBlue, clYellow, clGreen, clInverted = None, None, None difficulty = 'medium' 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: easy: 5x5 4 mines