Tabletop Club is a free and open source game for Linux, Windows and MacOS. It is a physics-driven 3D environment game and based on Godot Engine. It comes with single player and multiplayer game modes. In this game you will get a box of toys to play with, and it’s up to you what you do with them. It is released under Mit License.
Download Tabletop Club [Linux, Windows,MacOS]
How to Install Tabletop Club on Ubuntu
To install Tabletop Club on Ubuntu, you need flatpak and flathub on your system. If you don’t have then install it using below commands.
sudo apt install flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
After the installation, restart your system.
Now open the terminal application (ctrl+alt+t) and run below Tabletop Club game flatpak install command.
flatpak install flathub io.itch.drwhut.TabletopClub
After the installation, you can open it using below command.
flatpak run io.itch.drwhut.TabletopClub
And you can also uninstall it using below commands.
flatpak uninstall io.itch.drwhut.TabletopClub
[OR]
sudo flatpak uninstall io.itch.drwhut.TabletopClub