Bullet hell video game
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Trevor Slocum 2289376545 Update dependencies 10 months ago
asset Add creep damage effect and death sound 1 year ago
component Update dependencies 10 months ago
ecs Initial commit 1 year ago
entity Update dependencies 10 months ago
game Update dependencies 10 months ago
system Update dependencies 10 months ago
world Update dependencies 10 months ago
LICENSE Update dependencies 10 months ago
README.md Add music and support resetting the game 1 year ago
bbbm.tiled-project Initial commit 1 year ago
flags.go Add music and support resetting the game 1 year ago
flags_web.go Initial commit 1 year ago
go.mod Update dependencies 10 months ago
go.sum Update dependencies 10 months ago
goreleaser.yml Update dependencies 10 months ago
main.go Add creep damage effect and death sound 1 year ago

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