You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
asset | 3 months ago | |
component | 3 months ago | |
entity | 3 months ago | |
game | 3 months ago | |
system | 3 months ago | |
world | 3 months ago | |
.gitignore | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
flags.go | 3 months ago | |
flags_web.go | 3 months ago | |
go.mod | 3 months ago | |
go.sum | 3 months ago | |
goreleaser.yml | 3 months ago | |
main.go | 3 months ago |
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