Ricochlime is a free and open source shooter game for Linux, Windows, Android and iOS. It is a simple shooter game and in this game you need to shoot and down all the advancing slimes with your ricocheting projectiles. It is released under GNU Affero General Public License v3.0 and written in Dark (flutter) and based on Flame game engine.
Install Ricochlime on Ubuntu
You can install Ricochlime using below flatpak command. Open the terminal and run below command. It will install the latest version of Ricochlime on your system
flatpak install flathub com.adilhanney.ricochlime
Note: If you don’t have flatpak and flathub on your system , then install it 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 the successful installation of Ricochlime game you can open it using the Show Apps application menu or via below command.
flatpak run com.adilhanney.ricochlime
And Uninstall it using below commands.
flatpak uninstall com.adilhanney.ricochlime
[OR]
sudo flatpak uninstall com.adilhanney.ricochlime
Install Ricochlime via AppImage:
Download the latest Ricochlime in .AppImage file format and save it on your Downloads folder and open the terminal application and run below commands one by one. Here “Ricochlime-0.5.5-x86_64.AppImage” is the downloaded file name. You can change below commands based on your downloaded file name and path.
cd Downloads
sudo chmod +x ~ Ricochlime-0.5.5-x86_64.AppImage
./Ricochlime-0.5.5-x86_64.AppImage