cmneal26 / Tech-Writing-Project

Class repository
2 stars 1 forks source link

Revenge Of The Ducks: A Duck Strikes Back #90

Closed ghost closed 2 years ago

ghost commented 2 years ago

Soon our duck game will arrive on the Kids page. We have a duck, the duck can move, but the duck cannot yet eat leaves (or something cooler). We need to implement canvas drawing to draw all the leaves, so the duck can eat them like pac man eats those monsters.

Also, we want to think about how we can have a data representation of the leaves that will allow us to do something once the eating event occurs, like make the leaf disappear or increment the score or check for gameover

ghost commented 2 years ago

I'm closing this for now. We'll see if we have time to get to it.