American Young Coder

AYC logo

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...

7 PM – Python OOP – Gamas

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/

2 PM – Intro To Python – Gamas

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...

3 PM – OOP Python – Nathaniel

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...

7 PM – Python Game Development

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...

6 PM – Python Game Development

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.

7 PM – Python Game Development

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...

7 PM – Python OOP – Gamas

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...