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...
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...
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...
Your HW: Continue working on your project Add the enemy and bullets If you can please try to get collisions between the 2
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...
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
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.