ucsb-cs56-projects / cs56-games-roguelike

-
5 stars 14 forks source link

Woah It seems as though all the monsters inherit from Spooky Ghosties Class (Joke) #86

Closed mberlanga closed 6 years ago

mberlanga commented 6 years ago

The monsters in game will occasionally disappear when near walls (but their invisible bodies will still remain to be attacked). I believe this is because they are not being redrawn when they make an invalid move. A fix to this would help to unspook the player.

disappearing monsters monster disappeared allmonsterdisappeared monstersreappeared

xavierholt commented 6 years ago

Looks like this is a duplicate of https://github.com/UCSB-CS56-Projects/cs56-games-roguelike/issues/56 (100 XP). Fixed by https://github.com/UCSB-CS56-Projects/cs56-games-roguelike/pull/88.

+100 XP