Paint Spill Color Filling Game

Paint Spill is a free and open source fun color filling puzzle game for Linux. It is written in Vala and released under GNU General Public License v3.0. In this game you need to fill the board with all the same color paint before running out of move. Just click the round color paint circle button and start to fill from the top left. It comes with easy, normal, hard and zen mode.

Paint Spill game

How to Install Paint Spill on Ubuntu

To install Paint Spill on your system, open the terminal application (ctrl+alt+t) and run below Paint Spill flatpak install command.

flatpak install flathub com.github.avojak.paint-spill

It will install the latest Paint Spill game on your system. You can open it using below command or via the Show Apps application menu.

flatpak run com.github.avojak.paint-spill

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 you can also uninstall Paint Spill using below commands.

flatpak uninstall com.github.avojak.paint-spill

[OR]

sudo flatpak uninstall com.github.avojak.paint-spill
If you liked this article, please subscribe to our YouTube Channel. You can also stay connected with us on X (Twitter) and Facebook.



Also Read:  jdDBusDebugger - Advanced D-Bus Debugger Software

Leave a Reply