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

Make "Move..." lines in route definitions optional #91

Closed Zannick closed 1 year ago

Zannick commented 1 year ago

Most of what comes after the move steps are specific location accesses or specific spot actions. Both mean we know what spot the player needs to be at, so we can just insert the best movement automatically, which is what the Move... line does redundantly.