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 b340d821f7
Add frame data system
2 months ago
component Add frame data system 2 months ago
entity Initial commit 3 months ago
game Add frame data system 2 months ago
system Add frame data system 2 months ago
world Add frame data system 2 months ago
LICENSE Initial commit 3 months ago
README.md Add dependency GGPO-Go, which provides rollback networking 3 months ago
flags.go Add frame data system 2 months ago
flags_web.go Add dependency GGPO-Go, which provides rollback networking 3 months ago
go.mod Add frame data system 2 months ago
go.sum Add frame data system 2 months ago
main.go Add frame data system 2 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
  • ggpo-go - Rollback networking library
  • gohan - Entity Component System framework
  • etk - Graphical User Interface toolkit