view docs/intro.md @ 161:be0d90706ded

Server: replace dodge with force stats, closes #762 @10m
author David Demelier <markand@malikania.fr>
date Sat, 17 Mar 2018 14:13:19 +0100
parents e3b45368fd19
children
line wrap: on
line source

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