changeset 114:e3b45368fd19

Docs: add intro.md
author David Demelier <markand@malikania.fr>
date Mon, 11 Sep 2017 10:35:46 +0200
parents 7bf22341dcc4
children 07cb0d9f92e9
files docs/intro.md
diffstat 1 files changed, 28 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/docs/intro.md	Mon Sep 11 10:35:46 2017 +0200
@@ -0,0 +1,28 @@
+Malikania Engine
+================
+
+What is Malikania Engine?
+-------------------------
+
+Malikania Engine is an opensource game framework designed for 2D MMORPG.
+
+The engine is written in C++14 (C++17 incoming), with official bindings in
+Javascript to write games in a portable and easy manner.
+
+Goals
+-----
+
+  - Quick game development with Javascript bindings,
+  - Write games once and run everywhere,
+  - Strict [semantic versioning][link-semver],
+  - Extreme flexibility.
+
+Links
+-----
+
+  [Development][link-dev],
+  [Repository][link-repo].
+
+[link-dev]: https://redmine.malikania.fr/projects/malikania
+[link-repo]: http://hg.malikania.fr/malikania
+[link-semver]: http://semver.org