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

Condensed edges aren't taking penalties into account. #171

Closed Zannick closed 3 weeks ago

Zannick commented 1 month ago

Uh-oh! While a condensed edge has references to each individual exit or local connection, it isn't accounting for the penalties.

Either we should make new condensed edges that reflect the penalties, or include them in the CE themselves.