about summary refs log tree commit diff homepage
path: root/docs/source/index.rst
blob: cb67b83d66f6826f7b8d21ef45b827031380f652 (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
Overview
========

Brutal Maze is a thrilling shoot 'em up game with minimalist art style.

.. image:: images/screenshot.png

Notable features:

* 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.
* Easily customizable via INI file format.
* Recordable in JSON (some kind of silent screencast).
* Remote control through TCP/IP socket (can be used in AI researching).

Table of Contents
-----------------

.. toctree::
   :maxdepth: 2

   install
   config
   gameplay
   remote
   copying

Record Player
-------------

.. raw:: html

   <iframe src='recplayer.html' width=640 height=480></iframe>