American Young Coder

AYC logo

9 AM – Python Game Development

We loaded and drawn bird01_A.png in the game. We resized Bird01_A.png image. Homework: Load and draw scene.png into the screen in coordinate 0, 0. Load and draw bird02_A.png into the screen inRead More...

10 AM – Python Game Development

We went over how to implement GAME_NOT_STARTED and GAME_STARTED modes. We displayed Play Button when mode is GAME_NOT_STARTED. We added the code to detect when user click on the mouse to startRead More...

11 AM – Python Game Development

We went over how to have cool down period for the fireball launch. We went over how to have hitbox area for Fireball and Bird. We added code to detect collision betweenRead More...