https://github.com/tracywong117/car-simulator-pygame
For people who are learning how to drive
https://github.com/tracywong117/car-simulator-pygame
car-simulation car-simulator pygame
Last synced: 9 months ago
JSON representation
For people who are learning how to drive
- Host: GitHub
- URL: https://github.com/tracywong117/car-simulator-pygame
- Owner: tracywong117
- License: mit
- Created: 2025-08-03T15:10:36.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-03T15:11:47.000Z (10 months ago)
- Last Synced: 2025-08-20T10:52:27.676Z (10 months ago)
- Topics: car-simulation, car-simulator, pygame
- Language: Python
- Homepage:
- Size: 845 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Car Simulation Game
A realistic car simulation game built with Python and Pygame that demonstrates bicycle model physics for vehicle movement and steering.



## Requirements
- Python 3.x
- Pygame library
## Controls
### Movement
- **D** - Move Forward
- **R** - Move Backward (Reverse)
- **A** - Reset Position to center
### Steering
- **←/→** - Steer Left/Right
- Steering automatically returns to center when not actively turning
### Speed Levels
- **1, 2, 3, 4** - Set movement speed (1=slowest, 4=fastest)
### Steering Speed
- **5, 6, 7, 8** - Set steering sensitivity (5=slowest, 8=fastest)
- Auto-rewind speed automatically matches steering speed
### Trail System
- **Q** - Toggle trail display ON/OFF
- **P** - Clear all trail points
### Visibility
- **T** - Toggle car visibility (useful for trail-only visualization)