Minimalist thrilling shoot 'em up game https://brutalmaze.rtfd.io
Go to file
Nguyễn Gia Phong 59501c6c44 Give hero special vision when struck by lightning 2018-01-24 21:01:51 +07:00
brutalmaze Give hero special vision when struck by lightning 2018-01-24 21:01:51 +07:00
.gitignore Fix bug on Plum cloning 2017-12-09 21:38:22 +07:00
LICENSE Initial commit 2017-10-12 20:29:55 +07:00
MANIFEST.in Add fancy losing screen and keybinding for new game 2017-10-22 20:31:17 +07:00
README.rst Update documentation 2017-11-21 21:49:35 +07:00
screenshot.png Enable pausing, fix sticky move bug and clean up 2017-10-22 17:07:05 +07:00
setup.cfg Initial commit 2017-10-12 20:29:55 +07:00
setup.py Give hero special vision when struck by lightning 2018-01-24 21:01:51 +07:00

README.rst

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

Brutal Maze is a hash and slash game with fast-paced action and a minimalist
art style.

.. image:: https://raw.githubusercontent.com/McSinyx/brutalmaze/master/screenshot.png

The game features a trigon trapped in an infinite maze. As our hero tries to
escape, the maze's border turns 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.

Brutal Maze has a few notable feautures:

* Being highly portable.
* Auto-generated and infinite maze.
* No binary data for drawing.
* Enemies with special abilities: stun, poison, camo, etc.
* Somewhat a realistic physic and logic system.
* Resizable game window in-game.

Installation
------------

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
  directory for `Python scripts <https://docs.python.org/2/install/index.html#alternate-installation-the-user-scheme>`_
  is in your ``$PATH``.
* Open Terminal or Command Prompt and run ``pip install --user brutalmaze``.
  Now you can lauch the game by running the command ``brutalmaze``.

For more information, see the `Installation <https://github.com/McSinyx/brutalmaze/wiki/Installation>`_
from Brutal Maze wiki.

Control
-------

F2
   New game.
Escape, ``p``
   Pause.
Up, ``w``
   Move up.
Down, ``s``
   Move down.
Left, ``a``
   Move left.
Right, ``d``
   Move right.
Left Mouse
   Long-range attack.
Return, Right Mouse
   Close-range attack, also dodge from bullets.