Explore Fun Linux Terminal Games You Can Install in One Command
This guide introduces a collection of entertaining Linux terminal games—including 2048, Tetris clones, snake variants, Moonbuggy, Space Invaders, Pac‑Man, Sudoku, Nethack, and more—provides brief descriptions, installation commands via package managers or source download, and instructions to launch each game.
2048
2048 is a popular number‑puzzle originally released on GitHub by Gabriele Cirulli and later ported to many platforms, including the Linux terminal as a C source file 2048.c.
Installation:
wget //raw.githubusercontent.com/mevdschee/2048.c/master/2048.cCompile and run:
gcc -o 2048 2048.c && ./2048Bastet
Bastet is a terminal‑based clone of the classic Tetris game.
Installation: sudo apt-get install bastet Run:
bastetGreed
Greed is a colorful terminal version of the classic Snake game.
Installation: sudo apt-get install greed Run:
greedMoonbuggy
Moonbuggy puts you in a lunar rover, navigating craters by using the space bar and ‘a’/’l’ keys.
Installation: sudo apt-get install moon-buggy Run:
moon-buggynInvaders
nInvaders recreates the classic “Space Invaders” arcade game for the terminal.
Installation: sudo apt-get install ninvaders Run:
ninvadersNsnake
Nsnake is a ncurses‑based Snake clone that runs in a text console.
Installation: sudo apt-get install nsnake Run:
nsnakePacman4Console
Pacman4Console brings the classic Pac‑Man arcade experience to the Linux console.
Installation: sudo apt-get install pacman4console Run:
pacman4consoleSudoku
Sudoku is a terminal‑based logic puzzle that offers multiple difficulty levels.
Installation: sudo apt-get install sudoku Run:
sudokuNethack
Nethack is a single‑player rogue‑like adventure reminiscent of Dungeons & Dragons, where the goal is to retrieve the Amulet of Yendor and return it to the surface.
Installation: sudo apt-get install nethack-console Run:
nethackRobot Finds Kitten
This quirky game lets you control a robot that searches through random characters to locate a hidden kitten, with humorous object descriptions.
Installation: sudo apt-get install robotfindskitten Run:
robotfindskittenBSD Games (meta‑package)
If you want a broader collection of classic terminal games, install the BSD Games meta‑package, which bundles many of the titles above.
Installation:
sudo apt-get install bsdgamesITPUB
Official ITPUB account sharing technical insights, community news, and exciting events.
How this landed with the community
Was this worth your time?
0 Comments
Thoughtful readers leave field notes, pushback, and hard-won operational detail here.
