Multiplayer fighting video game featuring rollback networking
Go to file
Trevor Slocum 2b2e45d7f2 Add standard AI type 2023-01-28 18:16:19 -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 Add standard AI type 2023-01-28 18:16:19 -08:00
system Add standard AI type 2023-01-28 18:16:19 -08:00
world Add standard AI type 2023-01-28 18:16:19 -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 standard AI type 2023-01-28 18:16:19 -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
goreleaser.yml Update networking 2023-01-27 22:12:29 -08:00
main.go Add standard AI type 2023-01-28 18:16:19 -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