GDevelop is free and open source game making application for Linux, Windows and MacOS. It is released under MIT license. You can freely use it without any restrictions and have full ownership on your games. And it also comes with paid plans with some extra cloud benefits. GDevelop comes with ready made objects, visual effects, game object behaviors via community extensions, Piskel, Jfxr and Yarn support, live preview and more
How to Install GDevelop on Ubuntu Linux
Download GDevelop from the above download link in .AppImage file format and save in your Downloads folder. Open the terminal app (ctrl+alt+t) and run below commands one by one.
cd Downloads
sudo chmod +x ~ GDevelop-5-5.0.140.AppImage
Here “GDevelop-5-5.0.140.AppImage” is the downloaded file name. you can change the above command based on your file name and path. After that run
./GDevelop-5-5.0.140.AppImage
Install GDevelop via Flatpak:
First you need to install flatpak and flathub and restart your system after the installation. Now open the terminal app (ctrl+alt+t) and run below GDevelop flatpak install command.
flatpak install flathub io.gdevelop.ide
You can open GDevelop using
flatpak run io.gdevelop.ide
And uninstall it using
sudo flatpak uninstall io.gdevelop.ide
That’s it.