A realistic car simulation game built with Python and Pygame that demonstrates bicycle model physics for vehicle movement and steering.
- Python 3.x
- Pygame library
- D - Move Forward
- R - Move Backward (Reverse)
- A - Reset Position to center
- ←/→ - Steer Left/Right
- Steering automatically returns to center when not actively turning
- 1, 2, 3, 4 - Set movement speed (1=slowest, 4=fastest)
- 5, 6, 7, 8 - Set steering sensitivity (5=slowest, 8=fastest)
- Auto-rewind speed automatically matches steering speed
- Q - Toggle trail display ON/OFF
- P - Clear all trail points
- T - Toggle car visibility (useful for trail-only visualization)


