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