Bullet hell video game
Go to file
Trevor Slocum eb09ea1ba7 Add music and support resetting the game 2021-12-29 14:28:23 -08:00
asset Add music and support resetting the game 2021-12-29 14:28:23 -08:00
component Add music and support resetting the game 2021-12-29 14:28:23 -08:00
ecs Initial commit 2021-12-22 11:05:31 -08:00
entity Add player weapon system 2021-12-26 15:13:32 -08:00
game Add music and support resetting the game 2021-12-29 14:28:23 -08:00
system Add music and support resetting the game 2021-12-29 14:28:23 -08:00
world Add music and support resetting the game 2021-12-29 14:28:23 -08:00
LICENSE Initial commit 2021-12-22 11:05:31 -08:00
README.md Add music and support resetting the game 2021-12-29 14:28:23 -08:00
bbbm.tiled-project Initial commit 2021-12-22 11:05:31 -08:00
flags.go Add music and support resetting the game 2021-12-29 14:28:23 -08:00
flags_web.go Initial commit 2021-12-22 11:05:31 -08:00
go.mod Add music and support resetting the game 2021-12-29 14:28:23 -08:00
go.sum Add music and support resetting the game 2021-12-29 14:28:23 -08:00
goreleaser.yml Initial commit 2021-12-22 11:05:31 -08:00
main.go Add music and support resetting the game 2021-12-29 14:28:23 -08:00

README.md

brownboxbatman

Donate

Bullet hell video game

This game was created for the 32Bit Holiday Game Jam.

Play

Browser

Play in your browser

Compile

Note: You will need to install the dependencies listed for your platform.

Run the following command to build a brownboxbatman executable:

go install code.rocketnine.space/tslocum/brownboxbatman@latest

Run ~/go/bin/brownboxbatman to play.

Support

Please share issues and suggestions here.

Credits

Dependencies

  • ebiten - Game engine
  • gohan - Entity Component System framework
  • go-tiled - Tiled map file (.TMX) parser