scrom / Experiments

a NodeJS text adventure - deliberately coded badly to re-experience the pain of legacy code
http://mvta.herokuapp.com/
2 stars 0 forks source link

ask NPC to find should be more location aware #369

Closed scrom closed 8 years ago

scrom commented 8 years ago

Asking npc to 'find' location should suggest a rough direction. (Or recognise it's a location but now know where it is)

scrom commented 8 years ago

Partially sorted. If an NPC can find a path to a location they'll tell you which direction to start from .

That's about as much as I'm planning to do with this for now.