American Young Coder

AYC logo

7 PM – Python OOP

Homework Under "src" folder, create monster.py Inside monster.py, create Monster class with the following attribute: species, health, max_attack Inside monster.py, create get_info() method. Inside monster_system.py, add 3 monsters inside self.monster_dictionary. key =Read More...

1 PM – Python Game Development

Today: We cloned the tank-game git repo. We learned about git branches. We added the tank sprite. Homework Add logic so that you can move the tank. Use "a, s, d, w"Read More...

2 PM – Intro To Python – Gamas

Today We Do We did Kaleido Spiral turtle project. Homework Continue making progress for your Turtle module project. If you need to revise your project proposal, please email me again your revisionRead More...

7 PM – Python Game Development

Today We went over the home fix the cloud position offset. We added the hitbox/rect attribute for the bird and fireball sprites. We added collision detection between the birds and sprites. WeRead More...

7 PM – Python Game Development

Today: We went over the homework We reviewed why we need to use copy.deepcopy. We modified the self.map_copy attribute as the bricks get destroyed. Homework Add a type parameter to the BrickRead More...

4 PM – Python OOP – Latisha

Homework Finish the Book A Trip feature in Driver System, just like below Please select one of the following menu 1. Add driver 2. Book a trip 3. Exit Please make yourRead More...

7 PM – Python OOP

Homework In your MonsterInheritance project, before displaying list of monster, display the player's health. (self.player_health) Continue our "2. Sword attack - 10 to 20 damage" code, which is to reduce the player'sRead More...

1 PM – Python Game Development

Today: We went over the homework to add Brick sprite and move the tank. We made it so the tank can only move one direction at a time. We rotated the turretRead More...

2 PM – Intro To Python – Gamas

Homework Make progress on your Turtle project, it is due on Jan 8, so if you can please complete 75% of your project by next week. Continue on Dec11_ShoppingCart.py project. Make theRead More...

7 PM – Python Game Development

Today We went over the homework. We added the different game modes. We added the landing page. We added logic to switch from the landing page to game in session when clickingRead More...