Multiplayer fighting video game featuring rollback networking
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.
Trevor Slocum 888e3b943f
Initial commit
3 months ago
component Initial commit 3 months ago
entity Initial commit 3 months ago
game Initial commit 3 months ago
system Initial commit 3 months ago
world Initial commit 3 months ago
LICENSE Initial commit 3 months ago
README.md Initial commit 3 months ago
go.mod Initial commit 3 months ago
go.sum Initial commit 3 months ago
main.go Initial commit 3 months ago

README.md

Box Brawl

Donate via LiberaPay Donate via Patreon

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

Dependencies

  • ebitengine - Game engine
  • gohan - Entity Component System framework
  • etk - Graphical User Interface toolkit