diff options
Diffstat (limited to 'README.rst')
-rw-r--r-- | README.rst | 38 |
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. |