brutalmaze/README.rst

62 lines
1.6 KiB
ReStructuredText
Raw Normal View History

2017-10-12 15:29:55 +02:00
Brutal Maze
===========
2017-10-20 15:51:39 +02:00
Brutal Maze is a research hash and slash game with fast-paced action and a
minimalist art style.
.. image:: https://raw.githubusercontent.com/McSinyx/brutalmaze/master/screenshot.png
2017-10-20 15:51:39 +02:00
The game features a trigon trapped in an infinite maze. As our hero tries to
escape, the maze's border turn into aggressive squares trying to stop him. Your
job is to help the trigon fight against those evil squares and find a way out
(if there is any). Be aware that the more get killed, the more will show up and
our hero will get weaker when wounded.
2017-11-04 15:43:05 +01:00
Being a research game, Brutal Maze has a few primary goals:
2017-10-12 15:29:55 +02:00
2017-10-13 10:10:16 +02:00
* Highly portable.
2017-10-12 15:29:55 +02:00
* Auto-generated and infinite maze.
2017-11-04 15:43:05 +01:00
* No binary data for drawing.
* Enemies with randomized attributes: stun, poison, camo, etc.
* Somewhat a realistic physic and logic system.
* Resizable game window in-game.
2017-10-12 15:29:55 +02:00
Installation
------------
2017-10-20 15:51:39 +02:00
Brutal Maze is written in Python and is compatible with both version 2 and 3.
The installation procedure should be as simply as follow:
* Install Python and `pip <https://pip.pypa.io/en/latest/>`_. Make sure the
2017-11-04 15:43:05 +01:00
directory for `Python scripts <https://docs.python.org/2/install/index.html#alternate-installation-the-user-scheme>`_
is your ``PATH``.
* Open Terminal or Command Prompt and run ``pip install --user brutalmaze``.
Now you can lauch the game by running the command ``brutalmaze``.
2017-10-12 15:29:55 +02:00
Control
-------
F2
New game.
Escape, ``p``
Pause.
2017-10-12 15:29:55 +02:00
Up, ``w``
Move up.
Down, ``s``
Move down.
Left, ``a``
Move left.
Right, ``d``
Move right.
2017-10-21 16:22:06 +02:00
Left Mouse
2017-11-04 15:43:05 +01:00
Long-range attack.
2017-10-21 16:22:06 +02:00
Return, Right Mouse
2017-11-04 15:43:05 +01:00
Close-range attack, also dodge from bullets.