- This event has passed.
11 AM – Python Game Dev – Indo – Gamas
November 9, 2024 @ 11:00 am - 12:00 pm
Today We Did
- We added gravity on Player.
Homework
- Make sure the pink color hitbox is visible when Config.TESTING = True
- Add collision detection between player and tube. When they colide, the player will disappear and switch the game_mode back to LANDING_PAGE.
- Display the coin randomly in either y = 200 or HEIGHT-200.