American Young Coder

AYC logo

9 AM – Python Game Development

Homework: Slow down the creation of Tube. Look at how we slowed down the creation of bird in Birdie game. Make the Tube appear from the right side of the screen.

10 AM – Python Game Development

We made progress on the final projects Lava Joomp: We fixed the credit page We fixed the lava rise timing problem We fixed the jumping animation Whack-a-mole: We fixed displaying Game winRead More...

10AM – Intro to Python

Today we Did: Went over homework worksheet Learned how to start and stop drawing in turtle Began creating rectangle function Homework: Make the function described below in a file called March6_FunctionPractice.py: MakeRead More...

12 PM – Python Game Development

We made progress on the Platform Runner final project We made the dinosaur able to move left and right on a platform. Homework: Continue making progress on your final project according toRead More...

1 PM – Python Game Development

Homework: When user pressed "f" key add a new fireball to the group. Do this in main.py inside game_loop() Change the code in player.py so when player goes to the left, itRead More...

3 PM – Scratch Level 1

Today we: reviewed coordinates learned more about the coordinate plane/grid paper learned about the Pen extension started drawing the square using its corners' coordinates Homework: review how to find coordinates on yourRead More...

3 PM Scratch Level 2

Today we continued with Doom on the Broom. For Homework: Please do from pages 118-123

5 PM – Introduction to Python – Nathaniel

Today we finished: Quiz 2 Homework: No Homework, congratulations on getting through the second quiz! If you have any questions, please feel free to email me at nathaniel@ayclogic.com!

6 PM – Python Game Development

Homework: Add Player hitbox (rect) Inside main.py, detect collision between Player and Bird. The player should disappear when they collide. Look at how we did it for the fireball and the bird.