brownboxbatman/README.md

1.3 KiB

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