Zaz is a free and open source puzzle ball game for Linux, Windows and Android. In this game you need to get rid of incoming balls by arranging them in triplets. It comes with two game play modes, sequential and survival. And two level sets professional and easy. It is based on games like Luxor, Zuma and Puzzle Bobble. It is released under GNU General Public License version 3.0.
Install Zaz on Ubuntu Linux
You can easily install Zaz from the remote flathub as a flatpak package file. First you need to install flatpak on your system. If you don’t have then follow below link for installation instructions. You need to restart your system also after flatpak installation.
Install flatpak and flathub on Ubuntu Linux
In the terminal application (ctrl+alt+t) run below Zaz game flatpak install command. It will install the latest version of Zaz on your system.
flatpak install flathub io.sourceforge.zaz
Play the Zaz game using below command.
flatpak run io.sourceforge.zaz
And uninstall Zaz using this command.
sudo flatpak uninstall io.sourceforge.zaz
That’s it.