Life of a Mini Boss
About
Life of a Mini Boss is a top-down 2d game where you play as a mini boss and _try_ to defeat the hero. You have a giant health bar and deal enormous damage; the hero is a puny human. This should be easy right?
WASD Keys to move.
If you have a controller plugged in, it will control the hero (so you can play against a friend, though you don't die yet so 🤷)
This game was made for the Bevy game jam #1
https://itch.io/jam/bevy-jam-1
The theme of the jam is "Unfair Advantage".
This is very in progress and not really playable. Ran out of time for the game jam. Art is my own (and thus crappy lol).
Bugs/missing features:
- You can't attack currently
- You never die
- The hero "teleports" behind you instead of rolling because of a bug with using the wrong animation frame
- The sprites are ordered wrong (boss goes underneath everything when he should be on top), only happened on web builds so I didn't notice in time
- Screenshake isn't working 😭. Another issue with the web build because I was using a noise library that didn't support WASM, had to pull it to get an upload in time.