ucsb-cs56-projects / cs56-games-simple-rpg

-
1 stars 6 forks source link

Add more Enemies that move onscreen #22

Closed ghost closed 6 years ago

ghost commented 7 years ago

Currently, there is only one enemy that moves onscreen. And that enemy is programmed to move whenever the Display is redrawn. I would suggest using the Level's Enemy instance variables to have multiple Enemies onscreen. Estimated: 200 points

steve-fields commented 7 years ago

F17 OK (200 pts)

steve-fields commented 6 years ago

F17 CLOSED