# homework # spawn the coins into the game, but place them in between the tubes (you can place them in two fixed locations up and down) # define collisions for them as we did with the duck and tubes # when a collision happens, increment score by 2, and make the coin disappear # you can make it disappear by setting dokillb to True in # "pygame.sprite.groupcollide(self.player_group, self.coin_group, False, True, self.player_coin_coll" # make sure also that the coin changes costumes.
All class notes can be found here: https://gitlab.com/billhan5732/wed-630-flappy-duck-bill/-/tree/bill/src
You can reach me at ddjapri@ayclogic.com