Multiplayer fighting video game featuring rollback networking
Go to file
Trevor Slocum 73502ccd2d wip 2023-01-30 12:45:57 -08:00
asset Add mirror and block AI types 2023-01-27 15:18:59 -08:00
component Add mirror and block AI types 2023-01-27 15:18:59 -08:00
entity Initial commit 2023-01-03 12:14:27 -08:00
game wip 2023-01-30 12:45:57 -08:00
system Add support for running in headless mode 2023-01-30 10:04:12 -08:00
world wip 2023-01-30 12:45:57 -08:00
.gitignore Update networking 2023-01-27 22:12:29 -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 support for running in headless mode 2023-01-30 10:04:12 -08:00
flags_web.go Add dependency GGPO-Go, which provides rollback networking 2023-01-05 11:57:30 -08:00
go.mod wip 2023-01-30 12:45:57 -08:00
go.sum wip 2023-01-30 12:45:57 -08:00
goreleaser.yml Update networking 2023-01-27 22:12:29 -08:00
main.go Add support for running in headless mode 2023-01-30 10:04:12 -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