American Young Coder

AYC logo

7 PM – Python Game Development

We added more game modes: GAME_OVER GAME_WIN GAME_CREDIT We displayed GAME_OVER page when player hit the tube. Homework: Fix the coordinate of GAME OVER text to be above the Play button andRead More...

9 AM – Python Game Development

We did GAME WIN mode. We did count down and when the count down goes to zero we switch game mode to GAME WIN. Homework: In GAME WIN PAGE, show "GAME WIN"Read More...

10 AM – Python Game Development

We completed Shoot Balloon project. You guys are done with Python Game Development course. Congrats. Next course would be Advanced Python Game Development or Intro To Java.

1 PM – Python Game Development

We reviewed Birdie project and went over the pygame cheat sheet. We started the Flappy Duck project I uploaded the source code here Homework: Create a class with which loads an imageRead More...

6 PM – Python Game Development

We added coin sprite to the game Homework: When Player and Coin collides Make Coin disappear Increase the score Play assets/audio/collect5.wav sound effect. Add hitbox to the Tube When Player and TubeRead More...

6 PM – Python Game Development

We went over the homework We made the player turn left and right and slowed down the fireball creation. Homework: Make the player flap its wings Randomize the speed of the birdsRead More...

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...

7 PM – Python Game Development

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...

6 PM – Intro To Java

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...

9 AM – Python Game Development

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...