9 AM – Python Game Development
We completed Birdie game Homework: Review Birdie codes, especially the part where we create new sprite and how to integrate into main.py Review the code where we do collision detection.
We completed Birdie game Homework: Review Birdie codes, especially the part where we create new sprite and how to integrate into main.py Review the code where we do collision detection.
We went over Lava Jump (platformer game) bug fixes. We went over the Whack-a-mole bug fixes. Homework: Make progress with your final projects.
Today we did: Took Quiz 2 Homework: None If you have any questions, please send an email to latisha@ayclogic.com
Today we: Continued the Window Cleaner Project Added Difficulty for the game Added Video motion to the game Made it so that you have to Video motion over the splat multiple timesRead More...
We went over how to create ladder.py We went over how to optimize preloading of images into memory once. Homework: Continue making progress on your final project according to project planning inRead More...
We went over the homework to add the "create_bird" method which spawns a lot of birds. We reviewed the Bird sprite. We moved the constants into a new file called "config.py" andRead More...
We started Funny Faces project from page 70. Homework: Create a new Sprite by clicking "Paint" button and draw hairs and put the sprite on top of the "Face" sprite. This oneRead More...
Today we were able to learn about Lists and how to use them. For Homework: Please attempt to use an if else, so that when it reaches the second index instead ofRead More...
We completed Supermarket program. Homework: Create a similar program, Robux Balance, that will do the like example below. Don't worry about feature "4 Add more Robux". We will do this together inRead More...
Today we went over: Variables Data Types (strings, booleans, floats, integers) Arithmetic operators Homework: Python Crash Course pages 20-23 If you do not have the book, the pages will be uploaded toRead More...
Today we went over: Magic8Ball homework Hangman.py the len() function for strings, how to determine whether or not a string contains a character, replacing list elements. Homework: Review Jan30_HangMan.py If you haveRead More...
We went over how to make the cloud appear from left and right of the screen. We made sure the cloud glides in nicely into the screen. We made the bird faceRead More...