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.
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.
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.
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...
We went over the inheritance homework. We downloaded the pygame template Your homework is to familiarize yourself with Pycharm.
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...
We continued to make progress on the final projects NanoVirusB1 Tank Wars Homework: Continue to make progress on your final project.
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...
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...
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...
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...