Minimalist thrilling shoot 'em up game https://brutalmaze.rtfd.io
Go to file
Nguyễn Gia Phong daae5de9b7 Partially implement long-ranged attacks 2017-10-21 17:40:10 +07:00
brutalmaze Partially implement long-ranged attacks 2017-10-21 17:40:10 +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 Update README.rst and clean up a bit 2017-10-20 20:51:39 +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 fast-paced action and a
minimalist art style.

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

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.

As a research game, Brutal Maze has a few primary goals:

* Highly portable.
* Auto-generated and infinite maze.
* No binary art data.
* Enemies with randomized attributes: stun, poison, etc.
* Resizable in realtime.

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:

* Make sure you have Python and `pip <https://pip.pypa.io/en/latest/>`_
  installed on your system.
* Clone the Github repository or download the Zip achieve and unpack.
* Open Terminal in the directory containing the repo's folder and run
  ``pip install --user brutalmaze``.

Control
-------

Up, ``w``
   Move up.

Down, ``s``
   Move down.

Left, ``a``
   Move left.

Right, ``d``
   Move right.

Return, Left Mouse
   Close-range attack.