6 PM – Python Game Development
Homework If you did not do last week homework, please do it. When the bug appear, play the sound "assets/bug/birdchirp2.wav" forever. use play(-1) When the bug goes beyond the screen, stop theRead More...
Homework If you did not do last week homework, please do it. When the bug appear, play the sound "assets/bug/birdchirp2.wav" forever. use play(-1) When the bug goes beyond the screen, stop theRead More...
Today We went over how to draw the birds on the screen on top of the blue background. We reviewed how the game loop works. We added animation to the green bird.Read More...
Today: We went over the homework to add the turret We added the ability to create the map. Homework: Create your own map. It should have 28 columns and 20 rows. IncludeRead More...
Today We Do When user click to purchase the tower, the self.coins are reduced according to the price of the tower. We made the tower to be able to shoot projectile orRead More...
Today We Do We continued with Shoot Ballon. We added feature to have the bird chirping. We added feature to have progress loader image running. Homework Review Shoot Balloon project and comeRead More...
Today: We went over the homework We learned about sprites and added the bird sprite. I've uploaded the source code here. Homework: Create a new file called "cloud.py" for the clouds thatRead More...
Today We made the rotated the turret to face the mouse. Homework. Create a new sprite for the bullet using "Bullet.png". Shoot the bullet when the user clicks the mouse. Move theRead More...
Today We went over the projects We reviewed how Flappy Duck flies in the air We went over how to add gravity. Review all these things and your final project with yourRead More...
Homework Bradley, Corey, Raelyn: In enemy.py, create different health and attack_points and image for different self.type. For everyone: similar to tower_for_purchase.py, you need to blit the self.health on top of the enemyRead More...
Today We Do We learned about list, index and how to rotate the index from 0 to len(list) and back to 0. We fixed the problem with the bug costumes. The studentsRead More...