Game Develop is a free game development tool allowing to create any kind of 2D games. No programming knowledge is required, as all the game logic is created using
events, allowing to launch actions if some conditions are filled. These events are compiled by Game Develop to
machine code, as ordinary programming languages, making GD quite unique in the world of game development software.
Game Develop is based upon SFML, which is used as the main library for graphics and all multimedia related tasks.
Game Develop provides
lots of features such as :
-Animated sprites
-Physics
-Dynamic lights
-Particles system
-3D box objects
-Text objects
-Support for joysticks
-Pathfinding
-Functions allowing to modify sprites during the game. ( Allowing map destruction for example )
-Support for multiple view inside a window
-Object allowing to draw directly shapes on screen.
-Ability to play sounds and music, and manipulate them.
-Networking
-Experimental C++ event since the latest version, allowing to add C++ code to events, even if these latter are powerful enough to create an entire game.
Theses features can be further enhanced with the extension system integrated to Game Develop. ( Thus, some features mentioned above are proposed as extensions directly supplied with the software. ).
Official extensions are
open source ( You can download the Game Develop SDK to get the sources ) and some extensions created by external developers are also available like the
Widgets extension based on SFGUI.
Moreover, the software is bundled with a help file, a step by step tutorial, some resources and a lot of examples.
You can see
games created using Game Develop on this page :
http://compilgames.net/jeuxEN.htmlGame Develop can be
freely downloaded on the official web site :
http://www.compilgames.netThe software is available on Windows and on Ubuntu 11.10 ( Some users reported it to be working on other Linux based distro too )
If you're using GD for the first time, take a look at the examples in the "Examples" directory.
Any feedback concerning the software is welcomed