Asib Spaceinvaders Versions Save

Terminal Space Invaders written in Go

v1.2.1

3 years ago

v1.2

8 years ago
  • Added explosion "animations"
  • Added joystick support

Release binaries are now archives instead of uncompressed binaries.

v1.1

8 years ago

Made a couple small changes:

  • You can now shoot out your own defences
  • The game will show a warning (rather than loading the menu screen) if your terminal is too small.

v1.0

8 years ago

First release of the Space Invaders game I wrote in Go.

You can build from source (if you have go installed and setup) using the following commands:

go get -u github.com/asib/spaceinvaders
cd $GOPATH/src/github.com/asib/spaceinvaders
go build

Alternatively, you can simply download the binary for your OS/Arch and run.