American Young Coder

AYC logo

9 AM – Python Game Development

Make the giant fireball appear on the screen on the right position. Fixed the problem where the giant fireball appear on top of the player when it is facing left. Make theRead More...

10 AM – Python Game Development

We went over the final project planning. We went over the platform runner game progress. We went over the Wack-a-mole game progress. Homework: continue making progress with your final project.

12 PM – Python Game Development

We completed project planning. We made the door appear on the screen. Homework: Continue with final project.

1 PM – Python Game Development

We went over the homework to add bird3 which moves diagonally to the bottom right corner. We added a new "bird.py" file for the Bird sprite, and created a bird4 using thisRead More...

4 PM – Intro To Python

We started with Supermarket program We printed the menu Homework: Inside the forever loop, add condition to handle purchasing Milk, Eggs and Orange Juice. Keep track of the total price. When userRead More...

5 PM – Introduction to Python

Today we went over: Functions with return values Random module, Magic8Ball Star Wars project Homework: Convert Magic8Ball.py by using lists and random.chioce() If you have any questions, please feel free to emailRead More...

6 PM – Python Game Development

We went over how to display cloud to the screen We made birds move left and right. When it moved to the left, we made the bird appear from the right sideRead More...