Play Space Invaders - An Old School Arcade Game on Linux Terminal

Channel: Games Linux
Abstract: 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 workingwe

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.

Space Invaders 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.

Space Invaders Game Play

Also, check out:

  1. 12 Awesome Terminal Games for Linux Enthusiasts
  2. 5 Best Linux Gaming Distributions That You Should Give a Try
  3. 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.

Ref From: tecmint

Related articles