9 AM – Intro To Python
We completed Starry Night project. We alternate between Star and Planet using modulus operator. We started Baby Name Generator program. Homework: In Baby Name Generator program, do the following Ask user ifRead More...
We completed Starry Night project. We alternate between Star and Planet using modulus operator. We started Baby Name Generator program. Homework: In Baby Name Generator program, do the following Ask user ifRead More...
We continued with Bird class Able to draw bird images using Bird class and sprite group. Homework: Inside Bird class, make the bird flaps by alternating the image A, image B. LookRead More...
We reviewed the Introduction To Python test. We went over Python dictionary. Homework: Do page 92 to 96 Review Baby Name Generator code and come up with questions if you don't understandRead More...
We went over how to do Modular in Python. We started Hangman game. Homework: Inside this forever loop do the following Print the clue, the question marks Print the number of leafRead More...
We completed Vehicle.drive() and addMoreFuel() homework. We went through Java List and ArrayList. Learn how to add a new element to List. Learn how to iterate each element in the List usingRead More...
We went over how to add player to the project. We added Tube to the project. Homework: Make the tube move to the left. Try to display the tube from the topRead More...
We continues with the Punching Dummy Face project. Homework Make the Pow sprite appear only in the upper left hand corner of the screen. Add a second costume to the Dummy spriteRead More...
Today we continued with Cheese Chase and added in the Levels Banner and also Level 2. For Homework: Add in the speed variable for the ghost and make it faster in levelRead More...
We went over for loop and a little bit of while loop. Homework: https://www.ayclogic.com/tell-me-your-age/ Page 52.