aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfeurig <don@suspectdevices.com>2021-12-05 21:02:30 -0800
committerfeurig <don@suspectdevices.com>2021-12-05 21:02:30 -0800
commit6a84f046b49ca89650ea5ffbd425a6b7b9ed399d (patch)
tree6e4e44f6c92916cf35cb2ecf0e9c4f45e0a27372 /README.md
parentab784b4ad6dad26b4d1c4e2366f25c6d145f447b (diff)
This is my modern worldHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 6d01b15..6f5e253 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ A Space modernworld inspired game written in Go. Built with [Termloop](https://g
## Installation
```
-go install github.com/afagundes/go-modernworld@latest
+go install github.com/feurig/go-modernworld@latest
$GOPATH/bin/go-modernworld
```
@@ -12,8 +12,8 @@ Use the arrow keys to move the hero spaceship and space bar to shoot. Press back
# Screenshots
-![Image of title screen](https://github.com/afagundes/go-modernworld/blob/main/images/title_screen.png)
+![Image of title screen](https://github.com/feurig/go-modernworld/blob/main/images/title_screen.png)
-![Image of game screen](https://github.com/afagundes/go-modernworld/blob/main/images/running_game_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/afagundes/go-modernworld/blob/main/images/game_over_screen.png)
+![Image of game over screen](https://github.com/feurig/go-modernworld/blob/main/images/game_over_screen.png)