A Tkinter-based arcade game built in Python where the player pilots a rocket through moving walls, avoiding obstacles and aiming for the highest score.
- Customisable controls and difficulty (choose control key and rocket speed).
- Dynamic obstacle generation with moving walls.
- Cheat codes:
- Press F to stop the rocket from falling.
- Press G to pass through walls without crashing.
- Scoring system with points awarded for each wall passed.
- Persistent leaderboard storing names and scores between game sessions.
- Save and load game functionality.
- Pause and resume gameplay at any time.
- Boss key (press Enter to quickly switch to a fake work screen).
- Custom graphics for the background, rocket, and boss key screen.
- Python 3.8
- Standard Python libraries:
tkinter,time,random