You can play games on the Linux terminal. Here are the best command line games for you.
Linux has never been the first preference among operating systems for gaming. However, gaming on Linux has evolved, and now, even a new user can try to play the latest games on Linux.
You can download Linux games from various sources and also explore some of the best distributions tailored for gaming if that is what you want.
Moreover, you can also play some cool games on the terminal or the command line. Did you know that? ๐ฒ
Linux has one added advantage over its Windows counterpart. The mighty Linux terminal allows you to do many interesting, powerful, and useful things, including playing command line games.
Games that run on the terminal are light, fast, and fun to play.
And the best thing of all, youโve got a lot of classic retro games available for the Linux terminal.
1. Bastet
Who hasnโt spent hours together playing Tetris? Simple, but totally addictive.
Bastet is the Tetris of Linux. You can play the normal version or choose the harder version to challenge yourself.
Use the command below to install Bastet:
sudo apt install bastet
To play the game, run the below command in the terminal:
bastet
Use the spacebar to rotate the bricks and arrow keys to guide. You can also customize the keys as per your preferences.
2. Ninvaders
Space Invaders on a command-line interface. I remember tussling for a high score with my brother on this. One of the best arcade games out there.
Copy and paste the command to install Ninvaders.
sudo apt install ninvaders
To play this game, use the command below:
ninvaders
Arrow keys to move the spaceship. Space bar to shoot at the aliens.
3. Pacman4console
Yes, the King of the arcade. Right?
Pacman4console is the terminal version of the popular arcade hit Pacman. โฉโ
Use the command to get pacman4console:
sudo apt install pacman4console
Open a terminal, and I suggest you maximize it. Type the command below to launch the game:
pacman4console
Use the arrow keys to control the movement.
4. nSnake
Remember the snake game on Nokia phones? ๐
That game kept me hooked on the phone for a long time. I used to devise various coiling patterns to manage the grown-up snake.
We have the snake game in Linux terminal thanks to nSnake. Use the command below to install it:
sudo apt install nsnake
To play the game, type in the below command to launch the game.
nsnake
Use arrow keys to move the snake and feed it. You can also download various levels by following the instructions in the game.
Suggested Read ๐
5. Greed
Greed is a little like Tron, minus the speed and adrenaline.
Your location is denoted by a blinking โ@โ. You are surrounded by numbers, and you can choose to move in any of the 4 directions,
The direction you choose has a number, and you move precisely that number of steps. And you repeat the step again. You cannot revisit the visited spot, and the game ends when you cannot make a move.
It may look confusing, so I would say it may not be to everyone's liking. It is still fun.
Install greed with the command below:
sudo apt install greed
To launch the game, use the command below. Then use the arrow keys to play the game.
greed
6. Air Traffic Controller
Whatโs better than being a pilot? An air traffic controller โ๏ธ
You can simulate an entire air traffic system in your terminal. To be honest, managing air traffic from a terminal kind of feels, real and sounds cool. (what do you think?)
It is one of the games that come included with BSD Games package. You can explore the other free and open-source games included with it as well.
Install the game using the command below:
sudo apt install bsdgames
First, you need to read the instructions to play the game, to do that use the command:
man atc
Once you understand how it is done, enter the command below to launch the game:
atc
Suggested Read ๐
7. Backgammon
Whether you have played Backgammon before or not, You should check this out. The instructions will be prompted when you launch the game. Play it against the computer or your friend if you prefer.
It is a two-player board game. This one is also included with the same BSD Games package as mentioned above.
Install Backgammon using this command:
sudo apt install bsdgames
Type in the below command to launch the game:
backgammon
8. Moon Buggy
Jump. Fire. Hours of fun. No more words to describe it. Lots of fun! ๐
Install the game using the command below:
sudo apt install moon-buggy
Use the below command to start the game:
moon-buggy
Press space to jump, โaโ or โlโ to shoot.
9. 2048
Hereโs something to make your brain flex ๐ง
2048 is a strategic as well as highly addictive game. The goal is to get a score of 2048.
You need to install an addition gcc package to build the game from source.
sudo apt install gcc
Head to its GitHub page if you are curious.
Copy and paste the commands below one by one to install the game.
wget https://raw.githubusercontent.com/mevdschee/2048.c/master/2048.c
gcc -o 2048 2048.c
Type the below command to launch the game and use the arrow keys to play.
./2048
10. Nudoku
Want to play Sudoku on the Linux terminal? Why not.
You can install it using the following command:
sudo apt install nudoku
To run the game, simply type:
nudoku
Your pick?
If you want to have fun with the Linux terminal, these games should give you a good experience. I guess it is time to press Ctrl+Alt+T now that you've read this.
You may also check out our list of the best ASCII games for Linux:
If you like ASCII art, here are some fun CLI tools to explore.
Or, perhaps you'll run a train in the terminal?
๐ฌ What is your favorite on the list? Or got some other fun stuff for the terminal? Do share your thoughts in the comments below.