Route Game
Pick the shortest legal path between two control points.
Win condition
Select the shortest route between start and finish. Distance is all that counts — elevation is not currently factored in.
Scoring formula
Total Score = (1000 ÷ Speed) × Accuracy Multiplier × 100
The accuracy baseline is 50% (equivalent to random chance). Accuracy uses an exponential multiplier:
- 50% accuracy: 1x multiplier (baseline)
- 75% accuracy: ~2.4x multiplier
- 90% accuracy: ~4x multiplier
- 100% accuracy: ~5.5x multiplier
- Sub-50% accuracy: exponentially penalized (e.g. 25% accuracy is ~0.4x)
What 'speed' means
Speed is your time to choose and submit, measured in milliseconds — not your physical pace.
See Scoring for recency and decay.
