|
Edited by jacobjohnson at 2020-10-1 02:16
SuperTuxKart is a 3D arcade racing game designed for Linux based operating system. It is a multiplatform game and comes for Windows, Mac, and Android as well. SuperTuxKart is similar to Mario cart game and is completely open source and free. SuperTuxKart 0.9.3 was initially released in November 2017 and has been gaining popularity ever since. It comes with characters of various open source projects including multiple racing tracks. It is currently a single player or local multiplayer game. However, the online version where multiplayers can play is still under progress. A recorder is integrated in the game that can save MJPEG, VP8, VP9 or H.264 video along with Vorbis audio.
Installing Procedure:
If you would like to install this game in linux then open the terminal and use the following commands to install the game:
sudo add-apt-repository ppa:stk/dev
sudo apt update
sudo apt-get install supertuxkart
Uninstalling procedure:
Open your terminal and type the below command to uninstall the game:
sudo apt-get remove –autoremove supertuxkart
|
|