Spa-a-a-a-ce Inva-a-a-a-ders!

sudo apt install ninvaders
ninvaders

Play directly in terminal.
Space bar to fire.
< and > to move left and right.

Invaders march left and right and descend faster and faster, shooting at you as you dodge left and right, trying to pick them off one by one, while you hide behind the blocks (unless they get shot to pieces, leaving you exposed).

You might have to reduce the terminal zoom a bit.
Ctrl+c to cancel play.

Create a desktop launcher.

[Desktop Entry]
Name=SpaceInvaders
Exec=gnome-terminal -x bash -c “ninvaders; exec bash”
StartupNotify=true
Terminal=false
Type=Application
Categories=Utilities;
Icon=/home/purism/.local/share/icons/invader.png





Reference

Welcome back to the '70s!

5 Likes

Wot, no GUI? :slight_smile:

1 Like

O.G. arcade! :rofl:

I found it interesting that the original game accidentally introduced the concept of increasing difficulty. It was on accident because the fewer number of enemies allowed the CPU to move them faster due to the lower resource requirement of the fewer number of enemies.

9 Likes