Zannick / logic-graph

Tools for video game logic representation and analysis, particularly routing and beatability checks for speedruns and randomizers.
MIT License
3 stars 0 forks source link

Allow specification of a route #67

Closed Zannick closed 1 year ago

Zannick commented 1 year ago

I'm getting tired of not having a good way to find a decent enough route to cut down on the max time, so let's add a field to the settings file that we can use to specify a route to use in place of the initial greedy route.

Format should be similar to the preview output, or at least flexible enough that it can be handwritten without too much trouble.