annotate doc/docs/index.md @ 592:1560ef13146c

rpg: map support player sprite
author David Demelier <markand@malikania.fr>
date Mon, 20 Mar 2023 21:59:02 +0100
parents 19782ea1cf4a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
366
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
1 # Molko's Engine documentation
239
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
2
366
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
3 Welcome to the Molko's Engine documentation.
239
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
4
366
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
5 This documentation provides information for both users of the framework and
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
6 creators that desire to create their own game.
239
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
7
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
8 ## Introduction
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
9
366
19782ea1cf4a misc: start rebranding
David Demelier <markand@malikania.fr>
parents: 239
diff changeset
10 The Molko Engine project is a framework for developing 2D RPG games in C. It is
239
d47e70da760e doc: switch to mkdocs+doxybook2, closes #2516 @2h
David Demelier <markand@malikania.fr>
parents:
diff changeset
11 designed in mind to be simple, fast, convenient, flexible and fun to use.