Skip to content

Releases: asib/spaceinvaders

Terminal Space Invaders v1.2.1

22 Feb 23:15
Compare
Choose a tag to compare

Terminal Space Invaders v1.2

03 Sep 13:14
Compare
Choose a tag to compare
  • Added explosion "animations"
  • Added joystick support

Release binaries are now archives instead of uncompressed binaries.

Terminal Space Invaders v1.1

19 Aug 12:14
Compare
Choose a tag to compare

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.

Terminal Space Invaders v1.0

18 Aug 12:10
Compare
Choose a tag to compare

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.