Skip to content

sinisterstuf/escort-mission

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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:

  • 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.

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.