7 PM – Python Game Development
Today: We went over the homework to add the different game modes. We added the maze solver inside the enemy tank. We visualized the path from the enemy tank to the playerRead More...
American Young Coder Academy – Indo
Today: We went over the homework to add the different game modes. We added the maze solver inside the enemy tank. We visualized the path from the enemy tank to the playerRead More...
Today: We went over the homework to show game won when the enemy tank is destroyed. We fixed the bug in maze_solver that got the enemy tank stuck. We added logic toRead More...
Today: We went over the homework to add the game over page and tank destroyed sound effects. We enabled the enemy tank to move. We delayed switching the game mode to gameRead More...
Today: Went over the homework to add animation and finish the enemy map navigation. We added the tower. We added the health indicator. Homework: Create a new sprite class called Bullet. UseRead More...
Homework Load assets/bird01_A.png in Birdie.__init__ method Inside game_loop method, blit the image that you just load. Make sure to blit this image AFTER you blit the background. Otherwise, you wont see theRead More...
Today: We went over the homework to center the bullet's initial creation position, and added collision detection between the enemy tank and the bricks. We added logic so the enemy tank facesRead More...
Today: We went over the homework to add the waves and enemy type. We went over different enemy healths. We added logic to keep track of attack_point for tower and bullet andRead More...
Today: We went over the homework to add the sound effect for firing the bullet. We randomized the location of where the shield powerup is created. We started on the logic toRead More...
Today We Do We reviewed project proposals We displayed player sprite on the screen. We reviewed Birdie project how to make the player flaps its wings. Homework Continue on the Flappy BirdRead More...
Today We Do We went over Lawrence and Devan division of work. We continued with Flappy Bird project. We started with Game Credit page. Homework Continue with your final project according toRead More...