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

Ideas and contributions are welcomed. #33

Open abidurrahman11 opened 2 months ago

abidurrahman11 commented 2 months ago

You can contribute to improve the game or add new features. You can also contribute by adding new resources in the repository which can be used later (make a new directory 'resL' in case of doing so). You can also share your idea about making the game better. Thanks.

nmpriya-qa commented 3 weeks ago

Hi @abidurrahman11,

I played the game and please find my feedback below.

  1. Quit Functionality : When the game is on, the 'Close' button is not working. We have to use 'Escape' key to close the game. But when the game is paused, the Close button is working fine.

  2. Scores Display :

    • Final scores text is not centre aligned. I can look better if it is centre aligned.
    • High scores are not in aligned order if the scores are having different digit values. It can look better by padding the scores with zeroes in left.
  3. Suggestion in code side:

    • Since colors play a major part, we can create a separate config file for colors to store the tuple value of RGB colors.

image

Please let me know your thoughts on this. I can work on 2 and 3rd feedback based on your inputs.

Happy to help.!

Thanks, Priya.

abidurrahman11 commented 3 weeks ago

Hi, thanks for your feedback. You can make a PR by solving the 2nd issue first.