1. Create a single-player game using the Python programming language.
2. Must be written EXCLUSIVELY in Python 3.
3. Supporting languages (e.g., C/C++/Javascript libraries) CANNOT be used.
4. The game must have the following features: a) provide rewards that add up to the score, b) obstacles/danger, c) score display, d)3 levels of progressive difficulty, e) 3 lives, f) leaderboard, and g) a timer.
5. Teams are NOT ALLOWED to take an existing game and write a Python wrapper or API to it.
6. Teams can use existing Python game libraries (e.g., Pygame or Pyglet).
7. The final program must include all the necessary import commands and must be self-contained.
8. Include a title screen with a list of team members and a summary of the game’s objectives/rules, and include the leaderboard and any credits at the end.