view doc/docs/about.md @ 351:955e2f45ba8a

cmake: fix math library
author David Demelier <markand@malikania.fr>
date Wed, 20 Oct 2021 16:31:39 +0200
parents d47e70da760e
children 19782ea1cf4a
line wrap: on
line source

# About

Molko's Adventure is a 2D solo RPG game and an API to build more RPG games. It
is designed with the following characteristics:

- Turn based battle. Similar to old RPG games battle operate on a dedicated game
  state where the player and enemies select actions to perform when the member
  is ready to play.
- Tile based maps using scrolling and pixel granularity movements.
- Theme system to allow customization of some user interface components.
- Set of predefined dialog windows to control the game.

While the API is flexible and powerful enough to create different games, it is
still kept as simple possible without cluttering the API with dozen of
abstraction and generics all over the place. This means that there are
predefined kinds of character status (poison, slow, etc) along with kind of
spells (earth, neutral).