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
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