brutalmaze/README.rst

36 lines
615 B
ReStructuredText
Raw Normal View History

2017-10-12 15:29:55 +02:00
Brutal Maze
===========
**Brutal Maze** is a research hash and slash game with *polyart* graphic and
Tango color palette. Its primary goals are:
2017-10-13 10:10:16 +02:00
* Highly portable.
2017-10-12 15:29:55 +02:00
* Auto-generated and infinite maze.
* No binary data.
* Enemies with randomized attributes: stun, poison, etc.
* 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.
2017-10-15 11:20:14 +02:00
Return, Left Mouse
2017-10-12 15:29:55 +02:00
Close-range attack.