From d0fe415df57473fe31a555bcb48207902769163b Mon Sep 17 00:00:00 2001 From: panki27 Date: Thu, 19 Apr 2018 10:53:23 +0200 Subject: [PATCH] fixed markdown --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 67f470b..9c6ed6c 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,18 @@ minebash is a minesweeper implementation in Python for the Linux command line. -##Features +## Features 1. Color 2. User specified field size & minecounts 3. Difficulty presets -##Dependencies +## Dependencies 1. None, aside from curses which is standard in Python on Linux -##Setup +## Setup + ``` git clone https://github.com/panki27/minebash.git cd minebash @@ -20,10 +21,10 @@ chmod +x minebash ./minebash ``` -##Controls +## Controls - Arrow Keys: Move Cursor - Spacebar: Check field - F: Place flag -##Command line options +## Command line options See 'minebash ?' \ No newline at end of file