9 AM – Python Game Development
We added Game Over page in Flappy Bird game. Homework: Add background music assets/audio/Happy Baby.wav to the game
We added Game Over page in Flappy Bird game. Homework: Add background music assets/audio/Happy Baby.wav to the game
Today We: Continued the Shapes in Grid project Did the rectangle Did the Octogon Finished the Shapes in Grid project Started new Animal Crossing project Your HW: Make sure you have ScratchRead More...
We finished Animal Crossing project. Please memorize the X coordinates and the Y coordinates on the edges on the left edge, the X is -240 on the right edge, the X isRead More...
We learned about ForLoop We learned about List Homework: There are 2 exercises in https://www.ayclogic.com/java-list-forloop/ Create a new Java file June5_ListForLoopHomework.java for the first problem. Create a new Java file June5_GameInventoryHomework.java forRead More...
We created Wall Explosion animation. We created Enemy Tank via inheritance Homework: Change main.py read_map() method to handle ENEMY_FLAG to create EnemyTank there. Create EnemyTurret class which inherits from Turret class. OverrideRead More...
We went over the homework to add the coin sprite. We modified the tube to use tube_height rather than pass in a y value. We randomized the height of the tube. WeRead More...
Homework: Create June5_ListHomework.py: Copy exercises from page 37 to 41 Do "TRY IT YOURSELF" from page 36 Create June5_ForLoopListHomework.py Page 52.
Today we: continued the Tunnel of Doom project learned more about variables and timers Homework: Create two more tunnel costumes for your Tunnel sprite each costume should be a different tunnel designRead More...
Today we did: Worked on Hangman Subtract lives when user guesses wrong letter End game when user runs out of lives Begin working on when user guesses the right letter Learned aboutRead More...
Today we did: Learned about Dictionaries Began working on Grocery Checkout System v2 Homework: Do pg. 92-95 from the textbook and TRY-IT-YOURSELF 6-3 on pg. 99 in a file called June5_DictionaryHomework.py IfRead More...
Homework: In main.py, change draw_big_text(self,x,y) method Add one more parameter: text Inside the method, instead of drawing "GAME OVER", draw according to "text" parameter Inside game_over_page(self), because we add one more parameter,Read More...