Empty Clip is a free and open source top-down shooter action RPG game for Linux and Windows. It comes with 10 level campaign, 15 different weapons to fight with zombies, spiders, bats, skeletons, demons and aliens, discover rare items and secrets and many more. You can easily customize your character with skill points. It is released under GNU General Public License v3.0 or later.
How to Install Empty Clip on Ubuntu
Empty Clip is available as a flatpak package file from the remote flathub. First install flatpak and flathub on your system using below commands.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And restart your system after the installation. Now in the terminal app run below Empty Clip flatpak install command. It will install the latest Empty Clip on your system.
flatpak install flathub io.gitlab.jazztickets.emptyclip
Now open it using below command or via Show Apps menu from Ubuntu dock.
flatpak run io.gitlab.jazztickets.emptyclip
And you can also uninstall it using below commands.
flatpak uninstall io.gitlab.jazztickets.emptyclip
[OR]
sudo flatpak uninstall io.gitlab.jazztickets.emptyclip