American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

6 PM – Python Game Development

December 12, 2020 @ 6:00 pm - 7:00 pm

  1. We started Birdie project
    1. We learned how to load an image into the memory
      1. self.bird = pygame.image.load("assets/bird01_A.png")
    2. We learned how to draw an loaded image into the screen
      1. self.screen.blit(self.bird, (0,0))
    3. We learned about Pygame coordinate system.
  2. Homework:
    1. Memorize how to load an image into the memory
    2. Memorize how to draw an image into the screen.
    3. Memorize the pygame coordinate system
    4. Load bird02_A.png and draw it into the screen with coordinate X = -100, y = -100.

Details

Date:
December 12, 2020
Time:
6:00 pm - 7:00 pm
Event Categories:
,