American Young Coder

AYC logo

12 PM – Python Game Development

Today We went over the inheritance homework We added the blue background and moved the configs to a config file. Homework Use one of the bird filenames to load up an imageRead More...

12 PM – Advanced Python Game Development

Today We Do Fixed Powerup spawn location overlapping with walls Fixed Shield does not go away. Fixed the enemy tank does not launch bullet periodically. The class is finished congrats.

2 PM – Intro To Python – Gamas

Homework Create Sep18_FixPythonErrorHomework.py Copy all the codes from https://www.ayclogic.com/fixing-python-bugs/ into Thonny. Fix all the broken codes . Remember last week we learn how to fix python bugs.

5 PM – Python OOP

Today We Do We started MonsterInheritanceSystem project. Homework In monster_system.py , inside print_menu(self) method, loop through each element inside self.monster_dictionary and print something like below. This is very similar to print_menu(self) methodRead More...

6 PM – Python Game Development

Homework In Shooting Balloon, change the code in main.py and bug.py so that when the player pop the bug, the bug costumes change to use dizzy bug instead of flying bug. AndRead More...