Comments

Log in with itch.io to leave a comment.

still missing ending 2 (I though I did all paths)
also ending 6 and 7 are the same but different codes strange
And bug: you can input multiple time the same code to unlock the terminal

ahh! You're absolutely right! I didn't protect the computer terminal against multiple entries!! Good catch my friend.... I'll have to think on how to code that.
Oh, and there is an ending 2 ;) but it's not easy to reach!
-Jess

On twine you should be able to use a variable to store what codes are entered and check if the new one is not in the list before validating it (you might need to code some javascript for that tho)

I might try to void it from the user input array upon checking, then check the array again for the item. That should catch repeat entries....right? (I'll test it obviously)

Even finding the key doesn't let me unlock the door, is that a bug?

Hmmmm something worth me checking into. There are certain passages that only appear once you've found the key, and the key-state will _not_ save between restarts of the game. I will try to look into this sometime before Tuesday -Jess