Bladecoder Adventure Engine is a free and open source classic point and click adventure game engine and editor for Linux, Windows and MacOS. Using this, you can create interactive graphic adventure games. It comes with adventure-editor: and blade-engine. It comes with multi platform support, sprite, atlas animation, spine cutout animation, different densities and screen sizes support and many more. It is based on LibGDX framework and written in Java.
How to Install Bladecoder Adventure Editor on Ubuntu
It is available as a flatpak package from the remote flathub repository. First install flatpak and flathub on your system using below commands and restart it after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After that open the terminal app (ctrl+alt+t) and run below Adventure Editor flatpak install command.
flatpak install flathub com.bladecoder.adventure-editor
And you can open it using below command.
flatpak run com.bladecoder.adventure-editor
If you don’t want it then uninstall using below commands.
flatpak uninstall com.bladecoder.adventure-editor
[OR]
sudo flatpak uninstall com.bladecoder.adventure-editor