American Young Coder

AYC logo

10 AM – Python Game Development

Homework: Inside main.py We want to make sure the fireball cannot be launched too frequently. Similar on how to we put delay on creating bird and cloud, we need to delay creationRead More...

11 AM – Python Game Development

Homework: Create Cloud class. It should be very similar to Bird class. It will have x, y, direction, screen Replace the code that loads the bird images with load all 3 cloudRead More...