Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

mux99/EPHEC-OS-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

F1 world cup simulator

Objective

simulate a full F1 world cup. each race, practice, qualification, etc. generate randomly the times for each cars. display the leaderborad in "real" time. (meaning sped up) providing ample options for customizing the event.

Inner workings

basically it's a mess. let me elaborate...

---tbd---

Functionnality

  • generate cars time at random between 25 and 45 seconds
  • have a practice event of 60 minutes
  • have 3 qualifs rounds of 18, 15 and 12 minutes
  • have optional sprint of 100km
  • have a race of 300-350km
  • keep track of the best time in each of 3 sectors
  • keep track of pit-stops (third sector)
  • the pitstops are 25s addition to the sector time (and lap time obviously)
  • keep track of who has the best time in each sector
  • order cars (in display) by best complete lap (or total time for race)
  • display time difference with previous car
  • for races the initial order is the starting grid
  • have options to personalize the simulation
  • data can be saved to file at the end of each activity
  • for the race each car must PIT at least onece
  • for the sprint the first 8 cars receive points 8 -> 1
  • for the race the best lap receive 1 point (if one of the 10 first)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages