about summary refs log tree commit diff homepage
path: root/README.rst
blob: 090edff57bb45ea5c17a713f59379c657b7d775a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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.