4 PM – Python Game Development – Latisha
Gamas subs Today We Did We continued with Birdie Dragon project. We learned how to make the bird appear from both the left and right edges of the screen. We learned aboutRead More...
Gamas subs Today We Did We continued with Birdie Dragon project. We learned how to make the bird appear from both the left and right edges of the screen. We learned aboutRead More...
Today: We went over the homework. We added animation to the birds. We added a delay to slow down the flapping of wings for the birds. Note: I pushed the code toRead More...
Homework When user pop bad balloon, play the assets/explodify.wav Make the Explode sprite disappear after 2 seconds. Use timer inside Explode sprite and also the self.kill(). Similar to self.balloon_create_timer in main.py.
Today We Did We added score on top of the explode image. We started working on bug.py Homework Continue working on bug.py so you can have the following Display the bug onRead More...
Today We Did We continued with Flappy Bird project. We made sure the Flappy Bird cannot jump when in falling mode. When user click the Play button, the location of the birdRead More...
Homework Make sure the bug can appear from left or right side of the screen. This is very similar to the Bird sprite in the dragon-birdie project. If you have not doneRead More...
Today We Did We continued with Flappy Bird. We started creating Credit Page. Homework Continue on your personal python game project according to your project planning. Continue on your Flappy Bird project.Read More...
Today: We added collision detection between the player and the bird. We added a new page the landing page when the game is loaded, and switched to the game in session pageRead More...
Homework When the bug in dizzy mode, make the bug fall down. You have to do this in bug.py in the update method. Create landing page using balloon_title.png, play_button.png and copy theRead More...
Today We Did Helped Keanu with his Final Project. Helped Christopher with his Final Project. Homework Continue with your team project.