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.
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.
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...
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...
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...
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...
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...
Today we continued with Doom on the Broom. For Homework: Please do from pages 118-123
Today we went over: List Homework review Finished List operations and how to apply lists. Homework: Page 42 3-5 and 3-6 (Try it yourself) If you have any questions, please feel freeRead More...
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!
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.