<% s.hskey = false %>
You stand in a small room with dark stone walls. The room is decently illuminated, though you see no sources of light. You're not sure how you got here, but for some reason that doesn't scare you at all.
There's a large metal door on the wall straight ahead of you. There's a small square indentation in the middle of the door. A sign points to the door, with the word "Treasure!" painted on it. In the corner of the room, you notice a small square tile on the floor, apparently made of the same metal as the door. The room is otherwise completely empty.
<a0 class="r1door"> > Open door</a>
<a0 class="r1tile"> > Pick up tile</a>
<%
$(function() {
$('.r1tile').click(function() {
story.show("startRoom2");
});
});
$(function() {
$(".r1door").click(function() {
$(this).replaceWith("<span>The door is locked.</span>");
});
});%>You find yourself in a room that looks quite similar to the one you just left, except with slightly more furniture. There's a table in the middle of the room with three tiles sitting on it, each with a symbol crudely painted on top. The one on the left has a fireball, the one in the middle has a droplet of water, and the one on the right has what you're pretty sure is supposed to be a field of grass.
The door, again, has one slot you can fit a tile into. The sign next to it reads, "Defeat this steel door!"
Which tile do you place in the slot?
<a0 class="wrong"> > The water tile </a>
<a0 class="wrong"> > The grass tile </a>
[[> The fire tile|hsRoom]]
<%
$(function() {
$('.wrong').click(function() {
$(this).replaceWith('<span>You place the tile into the door. For a moment, nothing happens, then a loud and annoying buzzer sound plays and the tile falls to the floor. At least it looks like you can try again!</span>');
});
});
%>You stand in a small room with dark stone walls. The room is decently illuminated, though you see no sources of light. You're not sure how you got here, but for some reason that doesn't scare you at all.
There's a large metal door on the wall straight ahead of you. There's a small square indentation in the middle of the door. A sign points to the door, with the word "Treasure!" painted on it. In the corner of the room, you notice a small square tile on the floor, apparently made of the same metal as the door. The room is otherwise completely empty.
You pick up the tile and place it into the indentation in the door, where it fits perfectly.
[[> Open door|pokeRoom]]
You hear a faint click when you place the fire tile into the door. It opens easily when you try the handle, and you find yourself in a new room.
Again, a large door with one slot for a tile waits on the wall across from you, though no sign points to it. However, this room has two smaller doors as well. On the right wall is a door painted a deep blue color, and on the left is a door painted brown. Neither side door has any slots.
<% if (s.hskey) { %>
[[> Place the tile into the main door|pogRoom]]
<% } %>
[[> Go through the blue door|tsisxaRoom]]
[[> Go through the brown door|mecaniRoom]]You place the tile Mecani gave you into the door, wait until you hear the click sound that means it's now unlocked, and walk through it.
This room looks similar to the one with the fire, water, and grass tiles. A table in the center of the room holds five tiles, each with a letter written on it. The sign by the door reads, "Last one! Chess is ___," and you notice that this door has three slots instead of one.
Which tile do you place in the first slot?
<a0 class="wrong">> The B tile</a>
<a0 class="wrong">> The G tile</a>
<a0 class="wrong">> The O tile</a>
<a0 class="right">> The P tile</a>
<a0 class="wrong">> The U tile</a>
<%
$(function() {
$('.wrong').click(function() {
$(this).replaceWith("<span>You place the tile into the first slot on the door. An annoying buzzer sound plays, and the tile falls to the floor. Looks like this was the wrong one!</span>")
});
});
$(function() {
$('.right').click(function() {
story.show('pogRoom2');
});
}); %><p style="font-family:courier; color:#000049"><b>CJ: Perish.</b></p>
Everything slowly fades to black.
[[==>|startRoom1]]<p style="font-family:courier; color:#ab751d"><b>PM: +hii...!<br>PM: +yoouu'ree looookiing foor thiis, riight...?</b></p>
Mecani hands you a tile, and you thank her for it.
<% s.hskey = true %>
[[> Return to the previous room|hsRoom]]You place the P tile into the first slot, and hear a faint click, but when you try the door it still seems to be locked. If you look at the sign and the door, it reads, "Chess is p__"
Which tile do you place in the second slot?
<a0 class="wrong">> The B tile</a>
<a0 class="wrong">> The G tile</a>
<a0 class="right">> The O tile</a>
<a0 class="wrong">> The U tile</a>
<%
$(function() {
$('.wrong').click(function() {
$(this).replaceWith("<span>You place the tile into the first slot on the door. An annoying buzzer sound plays, and the tile falls to the floor. Looks like this was the wrong one!</span>")
});
});
$(function() {
$('.right').click(function() {
story.show('pogRoom3');
});
}); %>You place the O tile into the first slot, and hear a faint click, but when you try the door it still seems to be locked. If you look at the sign and the door, it reads, "Chess is po_"
Which tile do you place in the second slot?
<a0 class="wrong">> The B tile</a>
<a0 class="right">> The G tile</a>
<a0 class="wrong">> The U tile</a>
<%
$(function() {
$('.wrong').click(function() {
$(this).replaceWith("<span>You place the tile into the first slot on the door. An annoying buzzer sound plays, and the tile falls to the floor. Looks like this was the wrong one!</span>")
});
});
$(function() {
$('.right').click(function() {
story.show('pogRoom4');
});
}); %>You place the G tile into the door, completing the phrase, "Chess is pog." The door clicks more loudly this time, and you think it's unlocked.
[[> Open the door|marRoom1]]A certain someone runs up to you, squeaking happily.
[[Pet Mar Mar|marRoom2]]<img src="https://media.discordapp.net/attachments/529041918508924939/747226347490902077/image0.jpg?width=304&height=405" style="float:left;margin-right:16px"><br><img src="https://i.imgur.com/CD5cxUN.png">
You win!
[[> Play again?|startRoom1]]