You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# brownboxbatman
|
|
|
|
[](https://liberapay.com/rocketnine.space)
|
|
|
|
|
|
|
|
[Bullet hell](https://en.wikipedia.org/wiki/Shoot_%27em_up#Bullet_hell) video game
|
|
|
|
|
|
|
|
This game was created for the [32Bit Holiday Game Jam](https://itch.io/jam/32bit-holiday-2021).
|
|
|
|
|
|
|
|
## Play
|
|
|
|
|
|
|
|
### Browser
|
|
|
|
|
|
|
|
[**Play in your browser**](https://rocketnine.itch.io/brownboxbatman?secret=brownboxbatman)
|
|
|
|
|
|
|
|
### Compile
|
|
|
|
|
|
|
|
**Note:** You will need to install the dependencies listed for [your platform](https://github.com/hajimehoshi/ebiten/blob/main/README.md#platforms).
|
|
|
|
|
|
|
|
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](https://code.rocketnine.space/tslocum/brownboxbatman/issues).
|
|
|
|
|
|
|
|
## Credits
|
|
|
|
|
|
|
|
- [Trevor Slocum](https://rocketnine.space) - Game design and programming
|
|
|
|
- [node punk](https://open.spotify.com/artist/15eFpWQPNRxB89PnFNWvjU?si=z-jfVwYHTxugaC-BGZiyNg) - Music
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
- [ebiten](https://github.com/hajimehoshi/ebiten) - Game engine
|
|
|
|
- [gohan](https://code.rocketnine.space/tslocum/gohan) - Entity Component System framework
|
|
|
|
- [go-tiled](https://github.com/lafriks/go-tiled) - Tiled map file (.TMX) parser
|