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 20 forks source link

Score format update #39

Closed nmpriya-qa closed 3 weeks ago

nmpriya-qa commented 3 weeks ago

Addressed issues:

  1. Final score display is not aligned centrally
    • Adjusted the width value in the final score display function
  2. High scores are not padded with zeroes
    • Created new static method called pad_scores to padded the scores with zeroes in left to correct the alignment

Testing: