# Go Invaders A Space Invaders inspired game written in Go. Built with [Termloop](https://github.com/JoelOtter/termloop). ## Installation ``` go install github.com/afagundes/go-invaders@latest $GOPATH/bin/go-invaders ``` ## Controls Use the arrow keys to move the hero spaceship and space bar to shoot. Press backspace to quit. # Screenshots ![Image of title screen](https://github.com/afagundes/go-invaders/blob/main/images/title_screen.png) ![Image of game screen](https://github.com/afagundes/go-invaders/blob/main/images/running_game_screen.png) ![Image of game over screen](https://github.com/afagundes/go-invaders/blob/main/images/game_over_screen.png)