about summary refs log tree commit diff homepage
diff options
context:
space:
mode:
authorNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-22 23:01:00 +0700
committerNguyễn Gia Phong <vn.mcsinyx@gmail.com>2018-03-22 23:01:00 +0700
commit32e29b0a381be8fea7118802386e160018d99110 (patch)
treec0af9097cae193fa1db664e666ba6d3638408129
parentbbc98be3176c848af49f95a80f8abee1f8516fa8 (diff)
downloadbrutalmaze-32e29b0a381be8fea7118802386e160018d99110.tar.gz
Fix grammar and typos
-rw-r--r--README.rst16
-rwxr-xr-xsetup.py2
m---------wiki0
3 files changed, 9 insertions, 9 deletions
diff --git a/README.rst b/README.rst
index ee100e9..ec4b3d6 100644
--- a/README.rst
+++ b/README.rst
@@ -12,7 +12,7 @@ Your job is to help the trigon fight against those evil squares and find a way
 out (if there is any). Be aware that the more get killed, the more will show up
 and our hero will get weaker when wounded.
 
-Brutal Maze has a few notable feautures:
+Brutal Maze has a few notable features:
 
 * Being highly portable.
 * Auto-generated and infinite maze.
@@ -20,14 +20,14 @@ Brutal Maze has a few notable feautures:
 * Enemies with special abilities: stun, poison, camo, etc.
 * Somewhat a realistic physic and logic system.
 * Resizable game window in-game.
-* Eazily customizable via INI file format
-* Remote control through socket for AI researching
+* Easily customizable via INI file format.
+* Remote control through TCP/IP socket (can be used in AI researching).
 
 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:
+The installation procedure should be as simple as follows:
 
 * Install Python and `pip <https://pip.pypa.io/en/latest/>`_. Make sure the
   directory for `Python scripts <https://docs.python.org/2/install/index.html#alternate-installation-the-user-scheme>`_
@@ -76,7 +76,7 @@ Settings are read in the following order:
 3. Manually set configuration file [2]_
 4. Command-line arguments
 
-Later-read preferences will overide previous ones.
+Later-read preferences will override previous ones.
 
 Remote control
 --------------
@@ -96,9 +96,9 @@ a server and let other users communicate with it there, your server must also
 allow them to download the source code corresponding to the modified version
 running there.
 
-Tango color palette and several sound effects, whose author and licenses are
-listed in `Credits <https://github.com/McSinyx/brutalmaze/wiki/Credits>`_ wiki
-page.
+This project also uses Tango color palette and several sound effects, whose
+authors and licenses are listed in
+`Credits <https://github.com/McSinyx/brutalmaze/wiki/Credits>`_ wiki page.
 
 .. [0] This can be copied to desired location by ``brutalmaze --write-config
    PATH``. ``brutalmaze --write-config`` alone will print the file to stdout.
diff --git a/setup.py b/setup.py
index 712ce41..adceb9f 100755
--- a/setup.py
+++ b/setup.py
@@ -7,7 +7,7 @@ with open('README.rst') as f:
 
 setup(
     name='brutalmaze',
-    version='0.6.3',
+    version='0.6.4',
     description='A minimalist hack and slash game with fast-paced action',
     long_description=long_description,
     url='https://github.com/McSinyx/brutalmaze',
diff --git a/wiki b/wiki
-Subproject 1596422a049bb2e8c3e76048ca15710bd5ae6fc
+Subproject 95460d43a78de632b8099d861eabb11650d0720