Multiplayer fighting video game featuring rollback networking
Go to file
Trevor Slocum 888e3b943f Initial commit 2023-01-03 12:14:27 -08:00
component Initial commit 2023-01-03 12:14:27 -08:00
entity Initial commit 2023-01-03 12:14:27 -08:00
game Initial commit 2023-01-03 12:14:27 -08:00
system Initial commit 2023-01-03 12:14:27 -08:00
world Initial commit 2023-01-03 12:14:27 -08:00
LICENSE Initial commit 2023-01-03 12:14:27 -08:00
README.md Initial commit 2023-01-03 12:14:27 -08:00
go.mod Initial commit 2023-01-03 12:14:27 -08:00
go.sum Initial commit 2023-01-03 12:14:27 -08:00
main.go Initial commit 2023-01-03 12:14:27 -08:00

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