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 `_. Make sure the directory for `Python scripts `_ @@ -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 `_ wiki -page. +This project also uses Tango color palette and several sound effects, whose +authors and licenses are listed in +`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 index 1596422..95460d4 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 1596422a049bb2e8c3e76048ca15710bd5ae6fcc +Subproject commit 95460d43a78de632b8099d861eabb11650d07207