diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-10-22 17:07:05 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2017-10-22 17:07:05 +0700 |
commit | aafa943a5313721cb2dee408a0b60c8b11ff5ad2 (patch) | |
tree | 806ec57188ad45634bf3eb363344ba78bdef4820 /README.rst | |
parent | c5a67b0e590838f955ff31d478cbb0938cd5c308 (diff) | |
download | brutalmaze-aafa943a5313721cb2dee408a0b60c8b11ff5ad2.tar.gz |
Enable pausing, fix sticky move bug and clean up
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst index 557069f..7676d22 100644 --- a/README.rst +++ b/README.rst @@ -4,7 +4,7 @@ Brutal Maze Brutal Maze is a research hash and slash game with fast-paced action and a minimalist art style. -.. image:: https://raw.githubusercontent.com/McSinyx/brutalmaze/master/brutalmaze/icon.png +.. image:: https://raw.githubusercontent.com/McSinyx/brutalmaze/master/screenshot.png The game features a trigon trapped in an infinite maze. As our hero tries to escape, the maze's border turn into aggressive squares trying to stop him. Your @@ -26,8 +26,8 @@ Installation Brutal Maze is written in Python and is compatible with both version 2 and 3. The installation procedure should be as simply as follow: -* Make sure you have Python and `pip <https://pip.pypa.io/en/latest/>`_ - installed on your system. +* Install Python and `pip <https://pip.pypa.io/en/latest/>`_. Make sure the + directory for Python executables is your ``PATH``. * Clone the Github repository or download the Zip achieve and unpack. * Open Terminal in the directory containing the repo's folder and run ``pip install --user brutalmaze``. |