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.
|
3 months ago | |
---|---|---|
component | 3 months ago | |
entity | 3 months ago | |
game | 3 months ago | |
system | 3 months ago | |
world | 3 months ago | |
LICENSE | 3 months ago | |
README.md | 3 months ago | |
go.mod | 3 months ago | |
go.sum | 3 months ago | |
main.go | 3 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
- gohan - Entity Component System framework
- etk - Graphical User Interface toolkit