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

Make the game window responsive #18

Closed abidurrahman11 closed 10 months ago

abidurrahman11 commented 10 months ago

Currently the game window has a fixed height & width which is not responsive. Make it responsive so that player can resize the screen.

TristanGaldys commented 10 months ago

Hey There, I happened to stumble upon this project and it seemed like something I could do and I've never done A PR so I assumed this would be a good first one. Hopefully you like my changes. I would recommend having a pause menu because it's really hard to resize while playing. I just scaled everything with the window.

abidurrahman11 commented 10 months ago

Hey @TristanGaldys I will review your PR and assign you soon. Thanks.