Skip to content

First Steps in Racing Game Development using Python: Player Car Movement#165

Merged
Shahrayar123 merged 1 commit into
Shahrayar123:masterfrom
imumer68:A-car-racing-game-with-python-#153
Mar 19, 2024
Merged

First Steps in Racing Game Development using Python: Player Car Movement#165
Shahrayar123 merged 1 commit into
Shahrayar123:masterfrom
imumer68:A-car-racing-game-with-python-#153

Conversation

@imumer68

@imumer68 imumer68 commented Jan 7, 2024

Copy link
Copy Markdown
Contributor

Car Racing Game using Python

This code is a simple implementation of a car racing game using the Pygame library in Python. It defines classes for the car, road, hurdle manager, and the game itself. The game involves a car moving on a road while avoiding hurdles. Player controls are implemented using keyboard inputs. The score increases as the car progresses, and background music is played. The game loop continuously updates the game state, handles events, and renders the graphics.

@imumer68

imumer68 commented Jan 9, 2024

Copy link
Copy Markdown
Contributor Author

@Shahrayar123 I've finished the task carefully. Please take a look at the pull request.

@Shahrayar123 Shahrayar123 merged commit f2f740a into Shahrayar123:master Mar 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants