9 AM – Python Game Development
We continued with Birdie game. Homework: We want to try to make the dragon flap its wing. Inside player.py, inside __init__ function, create one more class attribute: self.images = [] Use forRead More...
We continued with Birdie game. Homework: We want to try to make the dragon flap its wing. Inside player.py, inside __init__ function, create one more class attribute: self.images = [] Use forRead More...
Today we Learned: How to make a for-loop with range(val1, val2) How to make a for-loop with range(val) What values are looped through when using range() How to use if-else statements inRead More...
We continued with Flappy Duck game. We discussed about creating Final Project proposal. Homework: If you have not created the Final Project proposal google doc, please do so. Look at this sampleRead More...
Today we: Completed Dino Dance Project Started Animal Race Project Your HW: Do pg. 51-53 If you do not have the book yet please look in this google drive for the pages:Read More...
We completed Kaleido Spiral project. We checked with everyone how the progress of their final projects. We learned how to make diagonal rectangle. Homework: Final project is due on October 17. PleaseRead More...
Today we Learned: How to use \t and \n How to use .rstrip(), .lstrip(), and .strip() How to make an if-elif-else statement Difference between == and = ==, !=, >, <, >=,Read More...
Today we were able to continue with the Doom on the Broom project. We will continue with the Forcefield next week, so don't worry about not having the code finished. For Homework:Read More...
Make sure to review for tomorrows tests. If you guys have any last minute questions please email me at alexanderlee389@gmail.com
We went through how to do function with return value. We went through how to use random modules. Homework: Do exercises in https://www.ayclogic.com/intro-to-python/star-wars-problem/
We continued with Baby Name Generator Homework: When user enter a number that is bigger than the number of names that we have, you should use for loop to go through allRead More...