Replaces the duplicated F1Simulator (which was copy-pasted for IndyCar) with a single AutoRacingSimulator that accepts a race points table at construction time. Registry entries for f1_standings and indycar_standings remain separate, each wired to the correct scoring system (F1: top-10, IndyCar: top-26 positions). Also imports SIMULATOR_TYPES from registry into the admin route to eliminate the duplicate hardcoded array, and updates stale comments mentioning F1/IndyCar. Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| auto-racing-simulator.ts | ||
| bracket-simulator.ts | ||
| golf-simulator.ts | ||
| ncaam-simulator.ts | ||
| ncaaw-simulator.ts | ||
| registry.ts | ||
| types.ts | ||
| ucl-simulator.ts | ||