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 reading route files in the same format as solution files. #168

Closed Zannick closed 1 month ago

Zannick commented 1 month ago

At the moment, solution files contain a preview route (collapsing adjacent moves into "Move...") and a full route. I'm manually deleting one or the other in order to use it as a route file for later input or other commands. We should be able to read a solution file as a route file, e.g. by skipping to the route after "in full:".