view README.md @ 439:f794dbbb18d2

misc: update .hgignore
author David Demelier <markand@malikania.fr>
date Mon, 17 Oct 2022 14:22:38 +0200
parents 2862526f1fc9
children e1fa1b867281
line wrap: on
line source

Molko's Engine
==============

The Molko's Engine is a C and framework to write 2D RPG games in a portable
manner. It is designed in mind to be flexible, simple and convenient to use.

It has the following features:

- Written in C99,
- Portable (Windows, macOS and UNIX likes systems),
- Simple, flexible,
- Well documented,
- Virtual file system support.
- Can embed resources using `mlk-bcc`.

Documentation
-------------

Use `mkdocs serve` inside the **doc** directory to see the user and developer
documentation.

Author
------

Molko's Engine was written by David Demelier <markand@malikania.fr>.