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...
We installed Python 3.7 and Pycharm on everyone computers. No homework next week.