« All Events
SAT – 9 AM – Indo – Python Game Development – Joel
February 24 @ 9:00 am - 10:00 am
Today we did:
- We finished the rest of the game_landing_page
- We started working on the credits page
Homework:
- Finish the rest of the credits (if you need to move the credits_x for a long credit, go ahead).
- Create a new function called detect_player_location(). Inside the function, check if the player’s y is greater than the top of the screen. If it is, change the game mode to game over. Call this function in the game in session function.