Play Tetris on Linux Mint 20 Terminal - How to do it ?

Tetris is a falling blocks game that was launched for the very first time back in 1984. Since then, this game has gained so much popularity all over the world especially among children and teenagers. It is a cross-platform game that has gone through multiple revisions. However, the basic gist of the game is still the same.

Here at LinuxAPT, as part of our Server Management Services, we regularly help our Customers to perform related Linux Mint queries.

In this context, we shall look into the different methods through which you can play this game on your Linux Mint 20 terminal.


Different Methods of Playing Tetris on Linux Mint 20 Terminal

Here, we will be looking into two different ways of playing Tetris on the Linux Mint 20 terminal.


1. Using the "apt" Package Manager

With the "apt" package manager, you can conveniently play Tetris on the Linux Mint 20 terminal by following these three simple steps:

i. Update your Linux System with the "apt" Package Manager

The first step is optional but highly recommended as it is always good to update your system before installing any new packages on it. You can do this with the help of the command shown below:

$ sudo apt update

Once you have updated your Linux system's cache, you can proceed to the installation of Tetris on your Linux system.

ii. Install "tint" on your Linux System

We would like to mention over here that in this method, we are trying to install a clone of Tetris named "tint", having more or less the same functionality as Tetris, on our Linux system. This can be installed with the following command:

$ sudo apt install tint

After this command has completed its execution, you will be able to play Tetris via the Linux Mint 20 terminal.

iii. Start Playing Tetris on your Linux Mint 20 Terminal

To play Tetris on your Linux Mint 20 terminal, you will have to execute the command shown below in it:

$ tint

Once you will run this command in the terminal, you will be asked to select the desired level from 1 to 9. All you have to do is to type in an integer value from 1 to 9 and then press the Enter key.

Right after doing that, your selected level of Tetris will be presented to you on your system's terminal and you will be able to play it.


2. Using the "snap" Package Manager

You can also use the "snap" package manager to play Tetris on the Linux Mint 20 terminal by following these three simple steps:

i. Install the "snap" Package Manager on your Linux System:

For using the "snap" package manager for installing Tetris on your Linux system, you will have to install the Snap daemon on your system. 

However, if you already have it installed on your system, then you can bypass this step. The command for installing the Snap daemon on a Linux Mint 20 system is shown below:

$ sudo apt-get install snapd

After installing the Snap daemon on your Linux system, you will be able to install Tetris through it.

ii. Install Tetris through the "snap" Package Manager on your Linux System

Tetris can be installed on a Linux Mint 20 system via the "snap" package manager by executing the following command:

$ sudo snap install tetris-thefenriswolf

This installation process will take about 2 minutes on your Linux system with a moderate Internet speed.

iii. Start Playing Tetris on your Linux Mint 20 Terminal:

Once Tetris is installed successfully on your Linux system, you can start playing it on the terminal by running the command shown below:

$ tetris-thefenriswolf.tetris

After running this command in the terminal, you will be asked to select the desired level from 0 to 9. All you have to do is to type in an integer value from 0 to 9.

Right after doing that, your selected level of Tetris will be presented to you on your system's terminal and you will be able to play it.


[Need urgent assistance in fixing Linux Mint Software Packages Installation? We can help you. ]

This article covers how You can play Tetris on your Linux Mint 20 system's terminal. A veritable stack of Tetris clones are available on Linux and other platforms. Never played Tetris? 

The concept of Tetris is: 

1. Rotate and reposition blocks as they fall to create horizontal rows (lines) which disappear and score you points when made. 

2. The more points you score the faster the blocks fall. 

3. When the stack gets too high the game is over.


To install Tint on Ubuntu, Linux Mint, Peppermint OS and other related distros run this command:

$ sudo apt install tint

To play the game run:

$ tint

Enter a number from 1-9 to pick a level (1 being easiest, 9 being hardest).

Related Posts