American Young Coder

AYC logo

3:30PM – Python Game Development

Today we Did: Created Cloud class in cloud.py Created config.py Made birds flap Homework: Create the Player class in player.py. In main, make create_player_group and add one instance of player to it, thenRead More...

5PM – Intro to Python

Today we did: Continued working on Robot Builder Created draw_left_arm function and drew using a for-loop Homework: Create draw_right_arm function and call the function 3 times so that the drawing looks likeRead More...

5 PM Scratch Level 2

Today we have progressed a lot with Doom on the Broom adding in the Forcefield as well as the bats. For Homework: Please do from pages 119-123 which is just creating moreRead More...

6 PM – Advanced Python Game Development

We created enemy_tank.py and the EnemyTank class inherits from Player class. We override some methods in Player class so the EnemyTank can load its own set of images. This way the PlayerRead More...