7 PM – Advanced Python Game Development
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...
American Young Coder Academy – Indo
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...
Today We went over the final projects. We added the explosion and the bugs. Continue making progress.
Today: We went over the homework to add the bullet. We went over the problem with centering the turret. We fixed the problem centering the turret by drawing it with respect toRead More...
Today We added logic so the player could switch between jumping, falling and standing modes correctly. We added logic so the player could stand on top of the grass_platform/land. Homework Discuss theRead More...
Today We went over the final projects We added the landing page for shoot balloon. I've added the source code here. Homework Finish up your final projects.
Today We Do We displayed health on top of the enemy. The bullet/projectile will now have We added code that would reduce enemy's health when it is hit by bullet. Homework WhenRead More...
Today: We went over the homework to add the fireball We started creating birds continuously. We introduced the timer technique to slow down the creation of birds. We spawned birds moving toRead More...