Today We Did
1. Take the code we added into game_loop and move it into a function called game_in_session. 2. Add game modes into config.py (like how Tower Defense did it) 3. Create self.game_mode in main's __init__, and in game_loop check which game mode we're in to pick the right function to call 4. Make the landing page in self.landing_page(), showing the logo Game_Logo.png and the play button play_button.png 5. When the play button is pressed, switch to game_in_session.