American Young Coder

AYC logo

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...