March 07, 2013, 12:26 PM — Here's how you can play a Tetris clone called Yetris in the Linux Mint terminal.
1. Open a terminal window.
2. Type in the following commands then hit Enter after each.
sudo apt-get install libncurses5-dev
cd /tmp
wget http://goo.gl/OEbT6 -O yetris.tar.gz
tar -xzvf yetris.tar.gz
cd ale**yet**
make
sudo make install
3. You can start the command with this command.
yetris
4. You can quit the game by pressing Q.
For more, see the original article at the link below.

YETRIS: Play Tetris in Ubuntu/Linux Mint Terminal | Up Ubuntu



















