ITCH:IO this is a text adventure game made in inform 6. if you'd like to play it now, here's how::
-
compile the inform file.
you'll need the inform 6 compiler for this. download one matching to your operating system from here. add the executable to your path.
you'll also need the inform 6 library.
then, navigate to where you stored themain.inffile and run the commandinform6 main.inf -S +include_path=[path to library], replacing[path to library]with the path to where you downloaded the inform 6 library. this will save a main.z5 file in the same directory. -
run the .z5 file.
you'll need an interpreter for this. download one matching to your operating system from here. open the interpreter you downloaded and select the z5 file. the game will run. probably.
if this doesn't work don't blame me please :3c