A simple car game using Python and Pygame, where a player should avoid hitting incoming cars and survive as long as possible.
- You have to play this game as long as you can survive without hitting the incoming cars.
- The fly count increases periodically.
- You cannot activate flying mode when the fly count is 0.
- While in flying mode, incoming cars are not visible and lasts only for short duration.
- Click Left arrow button to move the car leftwards.
- Click Right arrow button to move the car rightwards.
- Click Up arrow button to move the car upwards.
- Click Down arrow button to move the car downwards.
- Click space bar to activate flying mode (Cannot be activated when fly count is 0).
- Python 3.x
- Pygame module (
pip install pygame)
python car_game.py- Simple keyboard controls
- Flying mode
- Increasing difficulty over time and score
- Built using Pygame
- Blending with GUI(Tkinter)
- Adding extra cars and levels
This project is licensed under the MIT License.