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...
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...
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...
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...
We completed Magic8Ball program We started Hangman game Homework: In the July25_Hangman.py file that we did in the class do the following Create forever loop, and inside the forever loop do theRead More...
We went over IF ELSE ELIF control flows. We learned how to read input from shell. Homework: Please do IF ELSE exercises from https://www.ayclogic.com/tell-me-your-age/
We reviewed 2nd quiz result. No homework next week. For students who stayed behind, please do the following homeworks: Create a function with no return value, "subtract1" It has 2 parameters: n1,Read More...