American Young Coder

AYC logo

9 AM – Python Game Development

We continued with Flappy Duck game We added Downward Tube properly. Homework: Create coins.py Inside coins.py, create Coin class Load coin_1.png Integrate it to main.py and make it appear on the screen.

10 AM – Python Game Development

Both teams made a good progress on their final projects. I am very proud with them: Lava Joomp Whack-a-mole Homework: Polish your final projects so everything is good and game works perfectly.

6 PM – Python Game Development

We went over how to have 2 game modes GAME_LANDING_PAGE GAME_IN_SESSION Homework: In main.py load play_button.png and birdie_title.png. No need to create its own file, just do it inside main.py like howRead More...

7 PM – Python Game Development

We added Birdie background music and reviewed the project. We downloaded Flappy Duck Asset. Homework: On Flappy Duck project, do the following Change pygame_class_template.py to main.py. Change ChangeMe class to FlappyDuck usingRead More...

6 PM – Python Game Development

We continued to make progress on the final projects NanoVirusB1 Tank Wars Homework: Continue to make progress on your final project.

9 AM – Python Game Development

We discussed how to make coins appear on the screen and between the tube. We made the Tube appear both on the top and on the bottom of the screen. Homework: MakeRead More...

10 AM – Python Game Development

Homework: In the shoot balloon project do the following Integrate the target.py into the main.py Create balloon.py and randomly load one of these images: blue_baloon_1.png, green_baloon_2.png, orange_baloon_1.png, red_baloon_2.png Integrate the balloon.py intoRead More...

12 PM – Python Game Development

We completed Final Project... Yea. We continued with Shoot Balloon project. Homework: When balloon go above the screen, kill the balloon. Create a new sprite, bug.py. You should use assets/bird/flying/frame-1.png and frame2.pngRead More...

1 PM – Python Game Development

We went over the homework to slow down player flapping wings and spawned clouds from left and right. We made fireball launched with pressing the space key and added a cool-down periodRead More...