buggyrace / buggy-race-server

Race server and supporting material for running a "Buggy Racing" Python programming project
https://www.buggyrace.net
Other
1 stars 0 forks source link

add ideal lap/track length to races #195

Open davewhiteland opened 1 year ago

davewhiteland commented 1 year ago

Currently the length of the racetrack lap depends on the SVG path's lengh. This is supercumbersome to anyone making SVGs, so it would be better to have a declared length for a race, and then for the actual (SVG) length to be mapped to that (e.g., in the player).

The will require a new field(s) in the race model and hence database and race file.