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

Greedy search: allow global actions anywhere but max 1 each #125

Closed Zannick closed 8 months ago

Zannick commented 8 months ago

AV2 has a situation where it can't figure out to exit the breach, recall the drone, and then travel to perform a local throw action to get an item. Adding global actions back in allows it to be done but makes it take extremely long. We need some form of compromise.