ZQuest Classic is a free and open source game engine for Wind0ws, Linux and MacOS. Using ZQuest Classic , you can play and also make games similar to the popular classic adventure game Zelda. You can easily create dungeon-crawler style games using this game engine without any major difficulties like other game engines without the need for any form of programming knowledge.
Download ZQuest Classic [Windows, Linux, MacOS, Web]
How to Install ZQuest Classic on Ubuntu
To install ZQuest Classic on your system, you need to install flatpak and flathub using below two commands. If you already installed then skip below steps and directly install ZQuest Classic on your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After above restart your system and open the terminal application (ctrl+alt+t) and run below ZQuest Classic flatpak install command.
flatpak install flathub com.zquestclassic.ZQuest
It will install the latest version of ZQuest Classic on your system. You can open it via Show Apps dock menu or via below command.
flatpak run com.zquestclassic.ZQuest
And you can also uninstall it using below commands.
flatpak uninstall com.zquestclassic.ZQuest
[OR]
sudo flatpak uninstall com.zquestclassic.ZQuest