Multiplayer fighting video game featuring rollback networking
Go to file
Trevor Slocum 92c1c72668 Allow changing TPS during runtime 2023-01-18 16:41:13 -08:00
component Allow changing TPS during runtime 2023-01-18 16:41:13 -08:00
entity Initial commit 2023-01-03 12:14:27 -08:00
game Allow changing TPS during runtime 2023-01-18 16:41:13 -08:00
system Allow changing TPS during runtime 2023-01-18 16:41:13 -08:00
world Allow changing TPS during runtime 2023-01-18 16:41:13 -08:00
LICENSE Initial commit 2023-01-03 12:14:27 -08:00
README.md Add dependency GGPO-Go, which provides rollback networking 2023-01-05 11:57:30 -08:00
flags.go Add frame data system 2023-01-09 23:10:33 -08:00
flags_web.go Add dependency GGPO-Go, which provides rollback networking 2023-01-05 11:57:30 -08:00
go.mod Add frame data system 2023-01-09 23:10:33 -08:00
go.sum Add frame data system 2023-01-09 23:10:33 -08:00
main.go Add frame data system 2023-01-09 23:10:33 -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
  • ggpo-go - Rollback networking library
  • gohan - Entity Component System framework
  • etk - Graphical User Interface toolkit