American Young Coder

AYC logo

2 PM – Intro To Python – Gamas

2 hours final test. I will announce the result in your email. If you get 70% or more on your overall grade, no class next week (02/05). If you don't get lessRead More...

7 PM – Python Game Development

Today: We went over the homework to add the tank explosion sprite. We delayed the shield power-up creation, and created it on random empty squares. Homework: Clone Tower of Defense and checkoutRead More...

1 PM – Python Game Development

Today: We went over the homework to add the shield on top of the tank. We corrected the rotation of the turret. Homework: Add a new attribute "self.degrees_rotated" to the shield, andRead More...

4:30 PM – Python OOP – Gamas

Homework Modify Feb8_ShoppingCartV2.py so we are using "items" dictionary wherever we use Milk, Eggs, Orange Juice and Bread. Create one more dictionary "prices" , the key will be either "1","2","3" or "4".Read More...

7 PM – Python Game Development

Today: We went over the homework to setup tower of defense. We created the enemy sprite and moved it accross the screen. We went over the technique to move the enemy alongRead More...

1 PM – Python Game Development

Today: We went over the homework to rotate the shield. We added animation to the exploding brick. We oriented the bullet so it's facing the correct direction using the angle passed byRead More...

7 PM – Intro To Python – Gamas

Today We Do We finished reviewing input from shell homework. We went over list, how to use it and append. Homework Create a new python file Feb16_ListHomework.py Copy codes from page 38Read More...

7 PM – Python Game Development

Today: We went over the homework to add the target. We added directions and kept track of the current region and expected directions, so the enemy could walk down the path. Homework:Read More...