2PM – Python Game Development (Catch-Up)
Today we did: What OOP and Class Inheritance is How to make Classes in Python How to Make Methods Homework: pg 162 TRY-IT-YOURSELF 9-1 and 9-2, from the textbook. Do it inRead More...
Today we did: What OOP and Class Inheritance is How to make Classes in Python How to Make Methods Homework: pg 162 TRY-IT-YOURSELF 9-1 and 9-2, from the textbook. Do it inRead More...
Today We: Fixed Bugs with your projects Continued Doom on the Broom project Added 2 new enemies: Ghost and Dragon Added the hippo that gives health when it touches you Started toRead More...
WEDNESDAY CLASS Today we finished our Puppy project, and also drew a couple of extra cartoon puppies. Homework : Draw another animal from photo reference. Find a picture of any animal. YouRead More...
We went over the inheritance homework. We setup PyCharm and downloaded the the Birdie Template. Your homework is to make sure you can select a "python interpreter" in Pycharm, following the instructionsRead More...
We added a rect attribute for both the fireballs and the birds. We added logic to handle collisions between fireballs and birds, so the birds get killed. I’ve uploaded the source codeRead More...