Home

Awesome

Escort Mission

Follow a dog through a post-apocalytpic wasteland full of zombies; this is our entry for Game Off 2022

For game testers

For alpha testing use ⬇️ this link to download the latest development build.

Game controls:

If you find an issue with the game please open a new ticket here.

For programmers

Make sure you have Go 1.19 or later to contribute to the game. Get the source code at github.com/sinisterstuf/escort-mission.

To build the game yourself, run: go build . it will produce an escort-mission file and on Windows escort-mission.exe.

To run the tests, run: go test ./...

The project has a very simple, flat structure, the first place to start looking is the main.go file.