From 76570dd024198b9e836195538e300991555e3ab3 Mon Sep 17 00:00:00 2001 From: panki27 Date: Sat, 21 Apr 2018 16:15:55 +0200 Subject: [PATCH] better readme wording, filename fix in usage instructions --- README.md | 4 ++-- minebash | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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