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

Move the images in a new directory #8

Closed abidurrahman11 closed 1 year ago

abidurrahman11 commented 1 year ago

What to do:

  1. Make a new directory assets in the repo
  2. Move car.png and otherCar.png files in assets
  3. now delete these two files from main directory
  4. Go to pygame.py file
  5. In line 27 and 32 you will find the variables are containing previous location of the images
  6. Change these variable respectively with the new location. (As the images are now in assets folder)
  7. Make sure to check if the game is loading the cars properly

Make sure you leave a comment on this issue and wait until you are assigned. Then you can create a PR.

chachasoba commented 1 year ago

could you assign this to me please? would like to try it as my first PR

abidurrahman11 commented 1 year ago

Hey @chachasoba can you please assure me that you can handle this, as it will require you to test if the game works properly after changing the images to new directory. Newcomers are always welcomed😍.

chachasoba commented 1 year ago

yes I will try my best to make it work.

chachasoba commented 1 year ago

I've made the changes and checked that the game is running. Please assign it to me thank you.

achhayapathak commented 1 year ago

is it still open?

abidurrahman11 commented 1 year ago

best of luck @chachasoba