Play Tetris in the terminal. What command or program can you use to play Tetris on a Linux terminal?
Hint 1: The bsdgames package includes a Tetris (run `tetris-bsd`). Emacs also has a hidden Tetris game.
Hint 2: Install bsdgames and run `tetris-bsd`, or in Emacs type `M-x tetris`.
Solution:
To play Tetris in the terminal, you have options: Installing `bsdgames` gives a `tetris-bsd` command for a console Tetris. Also, Emacs has a built-in Tetris – open Emacs and execute `M-x tetris` to play a color Tetris game inside the editor.

Leave a Reply