9 AM – Python Game Development
Make the giant fireball appear on the screen on the right position. Fixed the problem where the giant fireball appear on top of the player when it is facing left. Make theRead More...
Make the giant fireball appear on the screen on the right position. Fixed the problem where the giant fireball appear on top of the player when it is facing left. Make theRead More...
We went over the final project planning. We went over the platform runner game progress. We went over the Wack-a-mole game progress. Homework: continue making progress with your final project.
We completed project planning. We made the door appear on the screen. Homework: Continue with final project.
We went over the homework to add bird3 which moves diagonally to the bottom right corner. We added a new "bird.py" file for the Bird sprite, and created a bird4 using thisRead More...
We started with Supermarket program We printed the menu Homework: Inside the forever loop, add condition to handle purchasing Milk, Eggs and Orange Juice. Keep track of the total price. When userRead More...
Today we went over: Functions with return values Random module, Magic8Ball Star Wars project Homework: Convert Magic8Ball.py by using lists and random.chioce() If you have any questions, please feel free to emailRead More...
We went over how to display cloud to the screen We made birds move left and right. When it moved to the left, we made the bird appear from the right sideRead More...