JoshuaKyleLambert / YourSword

Graph based text exploration.
https://joshuakylelambert.github.io/YourSword/
GNU General Public License v3.0
0 stars 0 forks source link

Control reachable locations #3

Open JoshuaKyleLambert opened 6 years ago

JoshuaKyleLambert commented 6 years ago

That is to say be able to add edges to the graph. Somehow this should be triggered by arriving at location, picking up or using an item. Call some 'addPath' method. does this mean just adding the edges to the Nodelist and graph? or just the Nodelist and instance a new graph.

JoshuaKyleLambert commented 6 years ago

This of course includes the ability to remove nodes and edges as well.