about summary refs log tree commit diff homepage
path: root/README.rst
diff options
context:
space:
mode:
authorRaphael McSinyx <vn.mcsinyx@gmail.com>2017-10-12 20:29:55 +0700
committerRaphael McSinyx <vn.mcsinyx@gmail.com>2017-10-12 20:29:55 +0700
commit613732b7c6e579b2e70101015da3835cabff285b (patch)
tree081256bbf60b181c2914a5db86e8216142aa3b74 /README.rst
downloadbrutalmaze-613732b7c6e579b2e70101015da3835cabff285b.tar.gz
Initial commit
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst38
1 files changed, 38 insertions, 0 deletions
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..760068e
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,38 @@
+Brutal Maze
+===========
+
+**Brutal Maze** is a research hash and slash game with *polyart* graphic and
+Tango color palette. Its primary goals are:
+
+* Auto-generated and infinite maze.
+* No binary data.
+* Enemies with randomized attributes: stun, poison, etc.
+* Absorb-able natural elements (fire, ice, water).
+* Resizable in realtime.
+
+Installation
+------------
+
+**Brutal Maze** can run on both Python 2 and 3. You can install it using
+``pip`` or run ``./setup.py install --user``.
+
+Control
+-------
+
+Up, ``w``
+   Move up.
+
+Down, ``s``
+   Move down.
+
+Left, ``a``
+   Move left.
+
+Right, ``d``
+   Move right.
+
+Return
+   Close-range attack.
+
+``q``
+   Quit.