Hacker News new | ask | show | jobs
by acdw 2280 days ago
This is awesome! Do you have the code anywhere? This is the kind of text adventure I want to do but I don't know much js.
1 comments

I haven't put the code up anywhere yet but here is all of the JS (minus some trivial inline scripts):

tools.js: https://pastebin.com/p7MQE7KD

The rest of it is like:

    <p>You stand before a cave.
    <p><a href="explore.html">explore the cave</a>
Thank you so much!