The Car Race Game is an exhilarating experience where players must maneuver a car along a road filled with moving cars. The objective of the game is to dodge the cars on the road for as long as possible. Every time the player successfully dodges 5 cars, the game's speed increases, making it even more challenging.
This project has been developed using Python and the Pygame library, enabling the creation of an engaging gaming experience with interactive graphics and controls.
- Car control using the keyboard.
- Random appearance of moving cars on the road.
- Game speed increases every 5 successfully dodged cars.
- Scorekeeping to track the number of cars dodged.
- Constant challenge to see how many cars you can dodge.
- Mariela Quintanar De la Mora
- Python
- Pygame
- Clone the repository to your local machine.
- Ensure you have Python and Pygame installed on your system.
- Run the game using the command
python dodge_cars.py
. - Use the left and right arrow keys to move the car and dodge the cars on the road.