Multiplayer fighting video game featuring rollback networking
component | ||
entity | ||
game | ||
system | ||
world | ||
flags.go | ||
flags_web.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md |
Box Brawl
Fighting video game
This game was created for the Fighting Jam #001.
Play
Compile
Install the dependencies listed for your platform, then run the following command:
go install code.rocketnine.space/tslocum/boxbrawl@latest
Run ~/go/bin/boxbrawl
to play.
Support
Please share issues and suggestions here.
Credits
- Trevor Slocum - Game design and programming
Dependencies
- ebitengine - Game engine
- ggpo-go - Rollback networking library
- gohan - Entity Component System framework
- etk - Graphical User Interface toolkit