American Young Coder

AYC logo

9 AM – Python Game Development

We made the program play collect5.wav when player hit the coins. We displayed the score and count down. The count down is still work in progress. Homework: When the program start, displayRead More...

10 AM – Python Game Development

Homework: When regular balloon pop by target, play the plop.wav sound effect. When bad balloon pop by target, play the explodify.way sound effect. When bug hit by target, play the plop.wav. WhenRead More...

1 PM – Python Game Development

We went over the homework to draw the super fireball cool-down indicator We made the cool-down indicator flash We made the play button sensitive to the position of the mouse We addedRead More...

4 PM – Introduction to Python – Nathaniel Lee

Today we completed: Learning about functions without return values Homework: The 2 questions in the file named "Apr24_FunctionsPart2.py" (found in the google drive) I will also leave the questions below: ''' Homework:Read More...

6 PM – Python Game Development

We added Tube with different sizes appear on the screen. We did this by making the Y negative so only section of the tube appear on the screen, making it shorter. WeRead More...