GDevelop is a game engine that lets you develop a video game without any specific development experience. While the “no-code” trend has been quite popular this year, GDevelop has been around for a few ...
Open 2 instances of GDevelop. Create a blank project in each. Import a different extension in each project. Copy a behavior (or several functions) that uses other functions or properties of the ...
In my previous article, "3 Cool Game Engines I Used to Finish a Game After Failing with Unity", I introduced three game engines. Among them, the one I still use frequently is " GDevelop". When I first ...
The recommended way to create extensions is from GDevelop itself using the extension editor and JavaScript or events. This documentation is about implementing extensions directly in the codebase. This ...
A project to try making a simple game in GDevelop. Last time, in "Let's Make a Simple Game in GDevelop Part 4: Creating Shots (1. Shots that fly straight)", we created shots, which are a very ...