Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 716 Bytes

File metadata and controls

24 lines (15 loc) · 716 Bytes

F1-CAR-RACE-

F1 Race Road Simulation in Python

Welcome to the F1 Race Road simulation project! This Python-based application simulates an F1 race track where cars can race, track lap times, and navigate curves and straights like a real Grand Prix. Ideal for educational or entertainment purposes.

Features

  • Simulates F1-style race track environment
  • Basic car movement and control logic
  • Track boundaries and checkpoints
  • Lap time recording system
  • Customizable race settings
  • Optional: Pygame visualization for real-time racing view

Tech Stack

  • Language: Python 3.x
  • Libraries:
    • pygame (for 2D visualization - optional)
    • time, random, math (for logic and simulation)