- This event has passed.
9:30 AM – Indo – Python Game Development – Joel
February 10 @ 8:30 am - 9:30 am
Today we did:
- We made sure that the coin is fully functional (can move properly, disappears upon impact, goes towards the player’s score, and sits between two tubes).
Homework:
- Move all the functions calls for create_tube, tube_group.update(), etc into a new method called game_in_session(). Then call game_in_session() in the game loop.