Star Catcher is a small Python arcade game built with the standard-library tkinter GUI toolkit.
- Move with the
Left ArrowandRight Arrowkeys. - Catch as many falling stars as you can before the timer runs out.
- Press
Spaceto restart after the game ends.
Double-click play_game.bat
cd star_catcher_game
python main.py- Python 3.x
tkintersupport included with your Python installation
main.py: the gameplay_game.bat: Windows launcherREADME.md: this guide