Use the template in week18.py to create a complete game.
- Start screen with game title and "Press SPACE to start"
- Gameplay with score tracking
- Game over screen with final score and "Press R to restart"
- At least one of these features:
- Timer or score goal
- Multiple collectibles or enemies
- Power-ups or levels
- Something creative!
- Collect 30 stars before time runs out
- Timer counts down from 60 seconds
- Stars respawn at random positions
- Dodge falling objects
- Survive as long as possible
- Enemies speed up over time
- Click circles that appear randomly
- Shrink over time (harder to click)
- 30 second time limit
- Combine concepts from weeks 13-17
- Add your own twist
- Make it FUN!
- Clear instructions on start screen
- Score visible during gameplay
- Game over shows final score
- Can restart easily (press R)
- No bugs (tested thoroughly)
- Added at least one creative feature
- Write 2-3 sentences describing your game
- Practice playing it (know your high score!)
- Be ready to explain one cool feature you added
- Note any challenges you solved
- Complete start → play → game over flow
- Game is playable and bug-free
- Added personal creative touch
- Can present and explain code