ucsb-cs56-projects / cs56-games-roguelike

-
5 stars 14 forks source link

Make a Boss Monster #110

Open aberlanga opened 6 years ago

aberlanga commented 6 years ago

Design a boss monster to appear every level or every certain number of levels to make the game more interesting. This monster could take up more than one square, do more damage, heal itself, move faster than player, attack from a range, leaves a trail of items, or make more monsters spawn. This boss monster could drop some major loot too.

xavierholt commented 6 years ago

I like it! I'd advise against taking up multiple squares, though - certainly not until you do https://github.com/UCSB-CS56-Projects/cs56-games-roguelike/issues/77. Doing https://github.com/UCSB-CS56-Projects/cs56-games-roguelike/issues/73 first will make adding a special boss AI easier.

F17 OK: 200 XP

brianslee commented 6 years ago

W18 Ok 250 Points