Little Adventure is a free and open source pixel art RPG game for Linux. It is made with Godot game engine. In this game, you need to guide the intrepid hero, Gordon. Roam the picturesque village, equip yourself with a formidable sword to combat formidable monsters, and unravel intricate puzzles to recover vital fragments essential for the revitalization of the village well.
How to Install Little Adventure on Ubuntu
To install Little Adventure on your system, open the terminal application (ctrl+alt+t) and run below Little Adventure flatpak install command. It will install the latest version of the game on your Linux system.
flatpak install flathub org.dupot.littleadventure
After the successful installation of Little Adventure, you can open it via the Show Apps Ubuntu dock menu or via below command.
flatpak run org.dupot.littleadventure
Note: If you don’t already have flatpak and flathub installed, please install them on your system using the commands provided below. After the installation, please restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And you can also uninstall it using below commands.
flatpak uninstall org.dupot.littleadventure
[OR]
sudo flatpak uninstall org.dupot.littleadventure