American Young Coder

AYC logo

6 PM – Python Game Development

We continued with Shoot Balloon game. We added target sprite. We fixed a lot of small errors each of the students have Homework: Detect collision between Target and Balloon. If they collideRead More...

9 AM – Python Game Development

Homework: Detect collision between player and the coin. If they collide, make the coin disappear. Add sound effect when player and coin collide, use the assets/audio/plop.wav audio file.

10 AM – Python Game Development

We continued with Shoot Balloon project. We added the bug on the screen that can move to the left. We added the explosion sprite. Homework: Change the code in main.py so itRead More...

12 PM – Advanced Python Game Development

We started Tank War game. We added game loaders We added the background and the wall Homework: Create tank.py load all 4 images under "assets/Player_2/Type_1/PlayerTank_2_1_{index}.png" animate these 4 images. Look at howRead More...

1 PM – Python Game Development

We went over the homework to launch super fireballs We added a function handle_bird_fireball_collision to reset the game when the player dies We added logic to detect when the user clicks theRead More...

6 PM – Python Game Development

We started Flappy Duck project. We setup the project in pycharm We created Tube sprite and display it on the screen. Homework: Create a tube once every 2 seconds. Each of theRead More...

6 PM – Python Game Development

We continued with Wack-a-mole final project. We displayed the Play Button. When user click on the Play Button, it will start the game. When Mole attack, reduce the health (heart symbols). Homework:Read More...

6 PM – Python Game Development

We went over the homework to add a direction to the cloud sprite class. We made the cloud have a width offset when it's moving to the right. We made the birdRead More...

7 PM – Python Game Development

We went over the homework to add the Player. We randomized the height of the tubes. We made the player drop from gravity. Homework: Create a sprite class for the "Coin" MakeRead More...

6 PM – Python Game Development

We made the Hammer Powerup icon appear for 5 seconds after hammer hit the green potion. We made the score to increase faster when user is in powerup mode. Homework: When inRead More...