7 PM – Python Game Development
We went over the homework to make the coin flip. We added some more modes and added the game over page. We added the countdown indicator. I've uploaded the source code here.Read More...
American Young Coder Academy – Indo
We went over the homework to make the coin flip. We added some more modes and added the game over page. We added the countdown indicator. I've uploaded the source code here.Read More...
We did GAME WIN page We refactored our codes to remove some code duplication We added count down timer. Homework: When player died and user click the play, the player immediately hitRead More...
We went over how to do list in Java. How to add, remove and get elements from List. How to use for loop to go through every element inside the list. Homework:Read More...
Homework: Right next to Play button, display Credit button. Use "assets/images/credit_button.png" image file. You should do this credit button the same way you display play button. You should display this credit buttonRead More...
Homework: Add feature to make the bullet launch to the RIGHT when user click the mouse. When bullet hit the wall, make the wall disappear.
We went over the homework to add the downwards tube. We slowed down the creation of tubes. I've uploaded the source code here. Homework: Move all the constants like "HEIGHT", "WIDTH", etc.,Read More...
We went over the homework to randomize the birds and clouds speeds and made the player flap its wings. We added a "rect" attribute to the Fireball and the Bird sprites. WeRead More...
We added the logic to enter the game won mode when the countdown timer reaches zero. We added a credit button and a credit page. I've uploaded the code here. Homework: PlayRead More...
We continued with displaying credit button. Homework: Continued with last week homework to display credit page properly. To display all the credit names on the screen, you need to look at draw_score.
Homework: When player is in DIZZY_MODE make sure the player can not jump anymore.