Follow a dog through a post-apocalytpic wasteland full of zombies; this is our entry for Game Off 2022
- Play the latest (free download or play in browser) on itch: sinisterstuf.itch.io/escort-mission
- Check the source code on GitHub: github.com/sinisterstuf/escort-mission
For alpha testing use ⬇️ this link to download the latest development build.
Game controls:
- F: toggle full-screen
- Q: quit the game
- WASD and mouse to move around
- click to shoot
- R to reload
- Hold shift to sprint
If you find an issue with the game please open a new ticket here.
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.