American Young Coder

AYC logo
Loading Events

« All Events

  • This event has passed.

11 AM – Python Game Development

September 12, 2020 @ 11:00 am - 12:00 pm

  1. Homework:
    1. Create Tube class. Look at Birdie project on how we created Cloud class.
    2. Inside Tube class, load the “assets/png/Downward_Tube_1.png” image.
    3. Integrate Tube class into main.py. Look at how we integrate Cloud class into main.py in Birdie project. Inside main.py this is what you need to do:
      1. Import the Tube class on the top of main.py.
      2. Create tube_group in init function
      3. Create a tube variable whose data type is Tube.
      4. Add the tube variable into tube_group.
      5. Inside game_loop function call tube_group.update()

Details

Date:
September 12, 2020
Time:
11:00 am - 12:00 pm
Event Categories:
,