HyperRogue is a free and open source non-euclidean puzzle rogue-like game for Linux, Windows and MacOS. In this game you need to find the treasure, the Orbs of Yendor and collect them to win. You can also gather and smaller treasures in your path and kill most monsters. This game comes with 72 unique different lands in a hyperbolic plane, unusual geometry and many more.
How to Install HyperRogue on Ubuntu
To install HyperRogue game on your Ubuntu system, open the terminal application and run below HyperRogue flatpak install command. It will install the latest version of HyperRogue on your system.
flatpak install flathub com.roguetemple.HyperRogue
And start the HyperRogue game using below command or via the Show Apps menu.
flatpak run com.roguetemple.HyperRogue
Note: If you don’t already have flatpak and flathub installed,then install them on your system using the commands provided below. After the installation, restart your system.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
And if you don’t like it then uninstall it using below commands.
flatpak uninstall com.roguetemple.HyperRogue
[OR]
sudo flatpak uninstall com.roguetemple.HyperRogue