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

Require all in-area spot connections be explicit. #25

Closed Zannick closed 1 year ago

Zannick commented 1 year ago

As a shorthand for putting a ton of exclusion rules.

Or perhaps it would be simpler still to have only to rules, and remove exc in favor of explicitly linking all the allowed in-area connections.

This is a lot better than the implicit mess that we had before. (Although it will still not be obvious whether a defined connection is possible, since we include the connection as long as there is one movement type that should allow that movement.)