Gameeky is a free and open source game creation and learning tool for Linux. Using Gameeky you can create and explore cooperative games.It comes with option to create new games without writing any code, design game objects and creatures, lean basics of programming using Python and improve your programming skills by extending games with Python plugins.
How to Install Gameeky on Ubuntu
Gameeky is available as a flatpak package file from the remote flathub. First install flatpak and flathub on your system.
Open the terminal app and run below Gameeky flatpak install command.
flatpak install flathub dev.tchx84.Gameeky
After the successful installation of Gameeky, you can open it using below command.
flatpak run dev.tchx84.Gameeky
If you don’t already have flatpak and flathub installed,then install them on your system first. After the installation, restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And also you can uninstall it using below commands.
flatpak uninstall dev.tchx84.Gameeky
[OR]
sudo flatpak uninstall dev.tchx84.Gameeky