Colobot Gold Edition is a free and open source real time strategy game for Linux, Windows and MacOS. Using this game you can learn programming. It is educational game based on the original Colobot game by Epsitec. It comes with improved visuals, mode support, new game modes, QoL additions, bug fixes and many more. In this game you need to find a planet for colonization as an astronaut with robot helpers. It is released under GNU General Public License v3.0.
How to Install Colobot Gold Edition on Ubuntu
Colobot Gold Edition is available as a flatpak package file from the flathub remote repository. If you don’t have then install flatpak and flathub on your system using below commands in the terminal (ctrl+alt+t). Restart your system after the installation.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
Now in the terminal app run below Colobot Gold Edition flatpak install command.
flatpak install flathub info.colobot.Colobot
After the installation of Colobot Gold Edition, you can run the game using below command.
flatpak run info.colobot.Colobot
And you can also uninstall using below commands.
flatpak uninstall info.colobot.Colobot
[OR]
sudo flatpak uninstall info.colobot.Colobot