Bullet hell video game
Go to file
Trevor Slocum 2289376545 Update dependencies 2022-06-11 01:49:29 -07:00
asset Add creep damage effect and death sound 2021-12-29 18:54:33 -08:00
component Update dependencies 2022-06-11 01:49:29 -07:00
ecs Initial commit 2021-12-22 11:05:31 -08:00
entity Update dependencies 2022-06-11 01:49:29 -07:00
game Update dependencies 2022-06-11 01:49:29 -07:00
system Update dependencies 2022-06-11 01:49:29 -07:00
world Update dependencies 2022-06-11 01:49:29 -07:00
LICENSE Update dependencies 2022-06-11 01:49:29 -07: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 Update dependencies 2022-06-11 01:49:29 -07:00
go.sum Update dependencies 2022-06-11 01:49:29 -07:00
goreleaser.yml Update dependencies 2022-06-11 01:49:29 -07:00
main.go Add creep damage effect and death sound 2021-12-29 18:54:33 -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