Minimalist thrilling shoot 'em up game https://brutalmaze.rtfd.io
Go to file
Nguyễn Gia Phong 17cedc8077 Make use of HP 2017-10-15 16:20:14 +07:00
brutalmaze Make use of HP 2017-10-15 16:20:14 +07:00
.gitignore Initial commit 2017-10-12 20:29:55 +07:00
LICENSE Initial commit 2017-10-12 20:29:55 +07:00
MANIFEST.in Initial commit 2017-10-12 20:29:55 +07:00
README.rst Make use of HP 2017-10-15 16:20:14 +07:00
setup.cfg Initial commit 2017-10-12 20:29:55 +07:00
setup.py Initial commit 2017-10-12 20:29:55 +07:00

README.rst

Brutal Maze
===========

**Brutal Maze** is a research hash and slash game with *polyart* graphic and
Tango color palette. Its primary goals are:

* Highly portable.
* 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.

Return, Left Mouse
   Close-range attack.