Metadata-Version: 2.0
Name: brutalmaze
Version: 0.0.1
Summary: Brutal Maze
Home-page: https://github.com/McSinyx/brutalmaze
Author: Nguyễn Gia Phong
Author-email: vn.mcsinyx@gmail.com
License: GPLv3+
Keywords: pygame action-game
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: MacOS X
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: X11 Applications
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Games/Entertainment :: Arcade
Requires-Dist: pygame (>=1.9)

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/screenshot.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:

* Install Python and `pip <https://pip.pypa.io/en/latest/>`_. Make sure the
  directory for Python executables is your ``PATH``.
* 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
-------

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-ranged attack.

Return, Right Mouse
   Close-ranged attack.


