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

Add solution graph files #20

Closed Zannick closed 1 month ago

Zannick commented 1 year ago

These would highlight arrows showing the path between spots, for a good visual of what's going on, ideally with some coloring and numbering.

Zannick commented 9 months ago

Especially with #46 completed, this can be drawn directly on an image. Mainly we need to output a graphviz file with:

  1. all relevant spots at the correct coordinates (omitting the unused spots will make it look nicer).
  2. each movement or movement-action as a directed edge (ideally with instruction).
  3. each access or warp annotated in some other way.