American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

7 PM – Python Game Development

January 14, 2021 @ 7:00 pm - 8:00 pm

  1. We made the player flaps its wings when moving right and left.
  2. Homework:
    1. You need to make the player flaps its wing even when they are not moving left or right. To do this follow instructions below
    2. in player.py, inside update() function, you need to call either
      self.image = self.images_left[self.image_index]

      or

      self.image = self.images_right[self.image_index]

      depending on self.direction. Hint you need to do IF statement

Details

Date:
January 14, 2021
Time:
7:00 pm - 8:00 pm
Event Categories:
,