Files
GDevelop/GDJS
Lizard-13 c8c654f5f8 Fix sprite global color in HTML5
The action to modify the sprites global color is broken, this should fix it :)
Actually, just colors[2] needs to be converted to int, but this way is more clear.
2015-04-25 21:45:51 -03:00
..
2015-04-25 21:45:51 -03:00
2014-12-15 14:16:50 +01:00
2015-01-22 21:22:01 +01:00
2015-04-19 21:48:41 +12:00

GDevelop Javascript Platform (HTML5 game engine)

GDevelop Javascript Platform (GDJS) is a platform for developing HTML5/Javascript based games with GDevelop 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

GDevelop JS Platform is distributed under the MIT license: See license.txt for more information.