American Young Coder

AYC logo

9 AM – Intro to Java – Joel

Today we did: We continued working on MonsterInheritance and started doing the game features. Homework: Similar to how we did healMonster, do the magic and sword attack in the same way. TheRead More...

3 PM – Python OOP – Gamas

Today We Did We exercises with function and list. Homework Create apr_6_hw.py Create a new function “favorite_dance_style” It has 1 parameter: dance_style Inside the function print “I like ballet” if the parameterRead More...

5 PM – Python OOP – Daniel (Joel Sub)

Today we did: We worked on the ShoppingCartApplication version 2. Homework: Create a new file called MonsterInheritanceMain.py. It will be empty for now Create a new file called Monster. In this MonsterRead More...

5 PM – Digital Illustration 1 – Abigail

Today We We continued working on the Marvel drawing. Homework Make a NEW LAYER. Color the Captain America Shield red, white, and blue. If you have any questions, email me at abigail@ayclogic.com

6:30 PM – Adv Python Game Dev – Gamas

Today We Did We continued with utilizing TankPathFinder inside EnemyTank class. Homework Inside main.py, inside projectile_wall_collision(self, projectile, wall): update self.active_map to reflect the wall being destroyed.