9 AM – Python Game Development
We went over how to kill the sprite when it is off the screen. We learn how to detect collission between Bird and fireball. Homework: Detect collision between Bird and Player. WhenRead More...
We went over how to kill the sprite when it is off the screen. We learn how to detect collission between Bird and fireball. Homework: Detect collision between Bird and Player. WhenRead More...
Homework: In the main.py inside game_loop() do the following If self.count_down <= 0 then change the game mode to GAME_WIN. If game mode is GAME_WIN display GAME_WIN page by calling game_win_page() function.Read More...
Homework: Create platform.py Load "assets/images/PNG/platform1-1.png" image inside platform.py. Integrate platform.py into main.py and display one platform on the screen.
We went over the dictionaries homework We learned about classes and objects in python and created a class representing a Human and Student Your homework is to read and do the examplesRead More...
Homework: Continue with the Dec5_robot_builder.py. Draw the mouth, neck, body and legs and feet like the following'
Today we went over: The For Loop homework (pgs. 52, 57, 58) Using lists with for loops, using conditional statements (if/elif/else) within for loops An introduction to while loops, how they work,Read More...
We installed Python 3.7 and Pycharm on everyone computers. No homework next week.