diff options
author | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-24 21:14:12 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <mcsinyx@disroot.org> | 2020-07-24 21:14:12 +0700 |
commit | 22b0e683bf72ee37a2e0be99362ed898b7db04e9 (patch) | |
tree | b7f7d036b7942ddc7d4964d3d5881d2c59959b2e /docs | |
parent | 754610a0954d42a233f0a76ad53470f1f91573bc (diff) | |
download | brutalmaze-22b0e683bf72ee37a2e0be99362ed898b7db04e9.tar.gz |
Write an overvview in docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/source/index.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/source/index.rst b/docs/source/index.rst index d79f8d3..9fd2712 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,6 +1,23 @@ Overview ======== +Brutal Maze is a thrilling shoot 'em up game with minimalist art style. + +.. image:: images/screenshot.png + :target: recplayer.html + +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 ----------------- |