Turtlico is a free and open source programming tool for Linux and Windows. Using Turtlico you can learn programming basics. In this app you can control the robotic turtle by your own program by putting the icons in this app editor. It will help to use cycles, methods and many more basic things. It also comes with Raspberry Pi GPIO support via plugin. Just experiment, play and improve your skills .
Install Turtlico on Ubuntu Linux
Turtlico is available as a flatpak package from flathub for Ubuntu Linux. You can install it via the terminal application. For that you need to install flatpak and flathub on your system first. Follow below link if you don’t have flatpak. Restart your system after flatpak and flathub installation.
How to install flatpak and flathub
Open the terminal app (ctrl+alt+t) and run below Turtlico flatpak install command.
flatpak install flathub io.gitlab.Turtlico
It will install the latest version of Turtlico on your system. You can start it via
flatpak run io.gitlab.Turtlico
and uninstall Turtlico via
sudo flatpak uninstall io.gitlab.Turtlico
That’s all.