6 PM – Python Game Development
Today We went over the final projects. Make sure you're making progress unless you can't pass the class. If you're stuck you can email me at chet@ayclogic.com. We added the countdown indicatorRead More...
Today We went over the final projects. Make sure you're making progress unless you can't pass the class. If you're stuck you can email me at chet@ayclogic.com. We added the countdown indicatorRead More...
Today: We went over the homework We added the shield timer to destroy it after some interval We went over why we need to use copy.deepcopy to make a copy of theRead More...
Today We Do: We added SupermarketPractice class and reviewed https://www.ayclogic.com/python-oop-supermarket-practice/ Homework: Continue FRI-7PM-SupermarketOOP project, do the following exercises https://www.ayclogic.com/python-oop-supermarket-games/
Today We Do We did Turtle project draw face2. We draw face2 continuously using different x and y coordinates. Homework In this class you need to create a Python digital drawing projectRead More...
Today we: Completed the Driver system homework And reviewed Object Oriented Programming concepts Homework: Study the class material we've learned thus far (Try doing the final exam practice by yourself) Final examRead More...
Today We went over the homework. We added a direction attribute to the player. We updated the direction based on which way the player moves. We flipped the image when the playerRead More...
Today We went over the final project We added the bad balloon which subtracts score Homework Continue on you final project which is due first week of December.
Today We went over the homework to rotate the shield We added the EnemyTank by inheriting from PlayerTank. We customized the player tank by overriding load_images. We added EnemyTurrret by inheriting fromRead More...
Today We Do We continued with FRI-7PM-Supermarket-OOP project. We added list_all_frozen_items(self) inside supermarket_practice.py We added find_item(self, item_name) inside supermarket_practice.py We added buy_game(self) inside supermarket_system.py Homework there is no class on Nov 26Read More...
Today we: Had the final exam. Homework: None!