blob: 9b4e9a4053a83eda08dcbf64ed465049663f9d67 (
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
36
37
38
39
|
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.
* 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.
|