American Young Coder

AYC logo

9 AM – Python Game Development

We did GAME WIN mode. We did count down and when the count down goes to zero we switch game mode to GAME WIN. Homework: In GAME WIN PAGE, show "GAME WIN"Read More...

10 AM – Python Game Development

We completed Shoot Balloon project. You guys are done with Python Game Development course. Congrats. Next course would be Advanced Python Game Development or Intro To Java.

1 PM – Python Game Development

We reviewed Birdie project and went over the pygame cheat sheet. We started the Flappy Duck project I uploaded the source code here Homework: Create a class with which loads an imageRead More...

4 PM – Introduction to Python – Nathaniel Lee

Today we: Finished learning about functions with return values Homework: Do the following problems below. These questions are also in the file named "May8_FunctionWReturnValuePractice.py" create a function named "multiply_me" that has twoRead More...

6 PM – Python Game Development

We added coin sprite to the game Homework: When Player and Coin collides Make Coin disappear Increase the score Play assets/audio/collect5.wav sound effect. Add hitbox to the Tube When Player and TubeRead More...