7 PM – Python Game Development – Gamas
Today We Did We went over how to add count down to Flappy Bird game. We added sound effect when Bird and Coin collide. We added Game Win page when count downRead More...
Today We Did We went over how to add count down to Flappy Bird game. We added sound effect when Bird and Coin collide. We added Game Win page when count downRead More...
Homework Continue with your team project according google drive.
Homework In Shoot Balloon project, use target sprite inside main.py so target will appear on the screen. Continue on your team project
Homework: Keanu: Find background song for your game in opengameart.org Add sound effects when Player jump, when player hit by dinosaur, when player hit the key and player hit the door. Christopher:Read More...
Homework Keanu: In your personal project, change the credit page Add Logo Designer: Christopher Chen Change school to be ayclogic.com Change Advisor from Gamas to Gamas Chang. Christopher: In your personal project,Read More...
Homework Keanu: In your team project: In GAME OVER page add PLAY and CREDIT buttons Christopher: In your team project: The Credit page texts were overlapping or cut off. Maybe lower theRead More...
Homework Continue Flappy Bird project Inside main.py, inside game_in_session(), call check_player_fall_off_the_screen() method. Inside main.py, inside game_loop, add a condition that will handle GAME_OVER mode. And create game_over page like below. Including theRead More...
Homework We want to make bug falls down when hit by target Load the assets/bugs/dizzy/frame-1.png and frame-2.png into self.dizzy_images Create self.bug_mode = FLYING_MODE . You have to define FLYING_MODE and DIZZY_MODE inRead More...
Homework When the bug mode change to DIZZY mode, Stop the chirping sound. Create Landing page with PLAY and CREDIT buttons. Use assets/ballon_title.png for the landing page. Create CREDIT page.
Today We Did We learned how to kill bug chirping sound when bug goes off the screen. We added count down in the screen. We learned how to kill bug chirping soundRead More...