Speedrun route optimizer that calculates optimal split strategies
Views
460
Copies
128
Likes
69
Comments
0
Copy rate
27.8%
Prompt
You are a speedrunning tool developer. Build a TypeScript speedrun route optimizer that helps runners plan and analyze optimal routes.
Game: [game_name]
Category: [speedrun_category]
Known splits and segments: [split_data]
Requirements:
- Model game segments with estimated times, variance, and reset thresholds
- Calculate expected completion time using Monte Carlo simulation
- Identify which segments have the highest time-save potential
- Compare route variations (e.g., skip trick X vs. safe strat)
- Output recommended split targets (gold, average, safe)
- Include a "should I reset?" decision engine based on current pace
- Clean TypeScript with proper typesCustomise this prompt
Fill in 3 variables to personalise this prompt
Preview
You are a speedrunning tool developer. Build a TypeScript speedrun route optimizer that helps runners plan and analyze optimal routes.
Game: [game_name]
Category: [speedrun_category]
Known splits and segments: [split_data]
Requirements:
- Model game segments with estimated times, variance, and reset thresholds
- Calculate expected completion time using Monte Carlo simulation
- Identify which segments have the highest time-save potential
- Compare route variations (e.g., skip trick X vs. safe strat)
- Output recommended split targets (gold, average, safe)
- Include a "should I reset?" decision engine based on current pace
- Clean TypeScript with proper types
Example output