abidurrahman11 / Pygame-Racing-Car

Pygame Racing Car is a beginner-friendly open source project on GitHub aimed at improving the Pygame-based racing car game. This repository welcomes contributions from anyone interested in enhancing the game's features and functionality.
MIT License
12 stars 19 forks source link

Added quit on 'q' and restart on 'space' #29

Closed DorneichI closed 9 months ago

DorneichI commented 9 months ago

This allows the game to be quit at any point in time by hitting the 'q' or 'esc' buttons

Further the game can be restarted when in the score screen by hitting 'space' or 'r'