iamtomshaw/f1-race-replay ? reverse-engineered prompt
Reverse engineered prompt
Build me a Python app that lets me replay a Formula 1 race with an interactive visual timeline and a clean graphical viewer. I want to pick a year and round, load the session data, and watch the race unfold on a track map with driver positions moving in real time. Please include a leaderboard, lap and race time display, tyre compounds, driver status when someone retires, and a way to click drivers to see telemetry like speed, gear, DRS, and lap info.
It should also have simple controls to pause, rewind, fast forward, change playback speed, restart, and toggle things like driver names, DRS zones, and the progress bar. If the race has a Safety Car, show it animated on track too.
It would be great if there’s a basic menu to choose the session, and a command line way to run it directly with year and round. Look up current FastF1 or Arcade docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit