Files
GDevelop/GDJS
Florian Rival 04d32f4c42 Added IntelXDKPackageDialog.
Added documentation page about tools and conventions.
2014-07-05 20:49:00 +02:00
..
2014-07-05 20:49:00 +02:00
2014-07-05 20:49:00 +02:00

Game Develop Javascript Platform

Game Develop Javascript Platform ( GDJS ) is a platform for developing HTML5/Javascript based games with Game Develop 3 ( Free game development software available on http://www.compilgames.net ).

Getting started

First, take a look at the Readme.md at the root of the repository and the developer documentation.

The project is mainly composed of two parts: The C++ part exposing the platform to Game Develop ( Check the GDJS folder ) and the Javascript game engine ( Inside the Runtime folder ).

The documentation of this specific platform is available [here](http://4ian.github.io/GD-Documentation/GDJS Documentation).

Contributing

Any contribution is welcome! Whether you want to submit a bug report, a feature request or any pull request so as to add a nice feature, do not hesitate to get in touch.

License

Game Develop JS Platform is distributed under the GNU LGPL license: See license.txt for more information.