aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 6f5e253d4ba97e871fbc9bb1d5baf10c41469968 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Go modernworld
A Space modernworld inspired game written in Go. Built with [Termloop](https://github.com/JoelOtter/termloop).

## Installation
```
go install github.com/feurig/go-modernworld@latest
$GOPATH/bin/go-modernworld
```

## 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/feurig/go-modernworld/blob/main/images/title_screen.png)

![Image of game screen](https://github.com/feurig/go-modernworld/blob/main/images/running_game_screen.png)

![Image of game over screen](https://github.com/feurig/go-modernworld/blob/main/images/game_over_screen.png)