DEV Community

Amir Hassan
Amir Hassan

Posted on

๐ŸŽฎNo-Code Game Development Engine | Game development without Coding ๐Ÿ‘Œ

Now a days developing things from coding made easy. You can find tools that are code free or little bit code for minor changing.
Like these tools

  • Flutter Flow (Mobile app development using drag and drop features)
  • Custom website development ( BUbble.io) many more...

In the world of game development, I have found Unity3d, Unreal Engine, Godot 4 and construct 3 etc. These are the engines that need coding to develop a game like Csharp for unity, C++ for unreal, GD script for godot 4 and lua script for construct 3.
Code assisted engines has an edge in case of reusability and customizations.
But some developers dont like coding they just want to have a visual scripting or drag and drop events that do the required operations.
I have found GDevelop 5 game engine where no coding is required but if user has a knowledge of coding especially in javascript will be an edge.
Gdevelop 5 is events and ready-made behavior based engine. user just dirt his hand with managing events. There are ready-made functions like running, jumping, climbing and ladder climbing. These are the functions that are needed for every game developer.

GDevelop 5 game engine Logo
Here I have attached some screenshots of events and behaviors

Gdevelop events

Game Object animations and frames with built-in pixel editor
Game objects animation and frames that can be created and edited by built-in pixel editor a software named "Piskel"

Object behavior like Bullet shooting and Platformer

Here is the demo of game that I am currently working.
https://youtu.be/7WYR7sW28j0?si=yueVVIEbGc-jpLo7

Top comments (0)