comparison doc/docs/about.md @ 239:d47e70da760e

doc: switch to mkdocs+doxybook2, closes #2516 @2h
author David Demelier <markand@malikania.fr>
date Fri, 27 Nov 2020 17:00:30 +0100
parents
children 19782ea1cf4a
comparison
equal deleted inserted replaced
238:b30c3af37a01 239:d47e70da760e
1 # About
2
3 Molko's Adventure is a 2D solo RPG game and an API to build more RPG games. It
4 is designed with the following characteristics:
5
6 - Turn based battle. Similar to old RPG games battle operate on a dedicated game
7 state where the player and enemies select actions to perform when the member
8 is ready to play.
9 - Tile based maps using scrolling and pixel granularity movements.
10 - Theme system to allow customization of some user interface components.
11 - Set of predefined dialog windows to control the game.
12
13 While the API is flexible and powerful enough to create different games, it is
14 still kept as simple possible without cluttering the API with dozen of
15 abstraction and generics all over the place. This means that there are
16 predefined kinds of character status (poison, slow, etc) along with kind of
17 spells (earth, neutral).