brownboxbatman/README.md

38 lines
1.3 KiB
Markdown
Raw Normal View History

2021-12-21 01:28:56 +00:00
# brownboxbatman
[![Donate](https://img.shields.io/liberapay/receives/rocketnine.space.svg?logo=liberapay)](https://liberapay.com/rocketnine.space)
2021-12-23 00:29:42 +00:00
[Bullet hell](https://en.wikipedia.org/wiki/Shoot_%27em_up#Bullet_hell) video game
2021-12-21 01:28:56 +00:00
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
2021-12-21 01:28:56 +00:00
## 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