Gas Station Simulator 2023
asset | ||
component | ||
entity | ||
game | ||
system | ||
world | ||
.gitignore | ||
flags.go | ||
flags_web.go | ||
go.mod | ||
go.sum | ||
goreleaser.yml | ||
LICENSE | ||
main.go | ||
README.md |
Gas Station Simulator 2023
This game was created for Brackeys Game Jam.
Play
Compile
Install the dependencies listed for your platform, then run the following command:
go install code.rocketnine.space/tslocum/gas-station-sim@latest
Run ~/go/bin/gas-station-sim
to play.
Support
Please share issues and suggestions here.
Credits
- Trevor Slocum - Game design and programming
Dependencies
- ebitengine - Game engine
- gohan - Entity Component System framework