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

Apply movement requirements to exits that use the movement #119

Closed Zannick closed 5 months ago

Zannick commented 12 months ago

The exit will have a requirements of both what's written for it and the movement itself. This will simplify things a bit so we aren't typing out the same complex formulae everywhere.

Zannick commented 5 months ago

I don't think we'll do this. If we need a complex formula, we can always use a helper instead.