There is a numerous number of terminal-based games to play on Linux. Yes, sometimes you need to move away from the configuration files, monitoring tools and so on – get your mind refreshed for a few minutes with games on the terminal even when your working.
In this article, we will show you how to play Space Invaders in a Linux terminal, a free and open source terminal version of the well known GUI Space Invaders game.
The main duty is to defend the earth from Space Invaders; a huge block of aliens by controlling warships on earth (at the bottom of the screen). Before you can play space invaders, you need to install it via the terminal by simply typing the following command (Note that you must have the universe repository enabled for Ubuntu systems):
$ sudo yum install ninvaders #On CentOS/RHEL $ sudo dnf install ninvaders #On Fedora 22+ $ sudo apt-get install ninvaders # On Debian/Ubuntu
After installing it, you can play it by running the ninvaders program like this:
$ ninvaders
You’ll see the interface below once you have launched it, press the Space
bar to start playing the game.
Use the Left and Right arrow to move the warship left and right, then shoot with the Space bar. You can escape the descending bullets from the aliens by moving sideways or simply hide under the large stationary blocks (light green) for cover. Your purpose is to kill all the aliens.
Also, check out:
- 12 Awesome Terminal Games for Linux Enthusiasts
- 5 Best Linux Gaming Distributions That You Should Give a Try
- DOSBox – Runs Old MS-DOS Games/Programs in Linux
That’s all! In this article, we showed you how to play Space Invaders game in Linux command line. Do know any other interesting games for relaxing on the terminal while working, share them via the feedback form below.
On rhel 6, the command to start playing is : nInvaders
@Bill
Many thanks for sharing this, we had not really tested on RHEL 6. But now users can follow this to start the game.