Your browser lacks required capabilities. Please upgrade it or switch to another to continue.
Loading…
,,,,,,,,,,,,,<<set $hp to 3>>
<<set $gem to 0>>
<div class="content">
Welcome to the tale of the Cantu Labyrinth!
This story follows the adventurer, <<textbox "$YourName" "Enter your name">>, who has to find their way out of the underground.
[[Onward!|intro]]</div><<set $hp to 3>>
<<set $gem to 0>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content">
<<print $YourName>> turns to head back around and... uh oh! Something ate up the jellybean path <<print $YourName>> made getting here. This labyrinth shall be <<print $YourName>>'s grave… unless they can find their way back out. They refuse to leave without collecting at least 3 healing gems, though.
[[Proceed|corridor]]</div><div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content">The pathway you took is starting to become familiar... Is what would be reassuring if everything didn't look practically the same!
You see something shimmering from the corner of your eye.
[[Go left|left02]]
[[Go right|right02]]
[[Investigate the shiny|gem01]]</div><<set $hp to $hp-1>>
<<if $hp is 0>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content">It's just a dead end. <<print $YourName>> might not want to stay here too long... Something doesn't smell right.
[[Go back|poisondeath]]</div>
<<else>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content">It's just a dead end. <<print $YourName>> might not want to stay here too long... Something doesn't smell right.
[[Go back|corridor]]</div>
<<endif>><<set $gem to $gem+1>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<img src ="https://i.imgur.com/L2bvK5i.png">
<div class="content">Nice! The reason you came to the Labyrinth in the first place was to collect 3 gems such as this one.
[[Go back|left]]</div><div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content"><<print $YourName>> thinks about all the money, bitches, etc. they'll have once they get out of here.
[[Go left|left03]]
[[Go right|right03]]</div><img src =“deadend.png”>
<div class="content"><<print $YourName>> walks further only to find out... damn, it's another dead end! <<print $YourName>> decides it turn around and leave.
[[Go back|beast01]]</div><div class="scream">[[AAAUGH-!!|eaten01]]</div>
<div class="header"><img src="https://raw.githubusercontent.com/naomi-clyde51/naomi-clyde51.github.io/master/beast.png" width= "900" height= "550"></div><div class="gameover">Game Over.</div>
<div class="content"><<print $YourName>> has been eaten! <<print $YourName>> was never heard from again. Onto the next adventurer story!
[[Damn RIP|start]]</div><<set $hp to $hp-1>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content">It's just a dead end. <<print $YourName>> might not want to stay here too long... Something doesn't smell right.
[[Go back|poisondeath]]</div>
<<else>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<img src ="">
<div class="content">Rats! A dead end. You might not want to stay here too long... Something doesn't smell right.</div>
[[Go back|left02]]
<<endif>><div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content">This is a fairly long pathway, <<print $YourName>> observes. <<print $YourName>> hears something gnashing its teeth somewhere. But where?
[[Yeet forward|beast01]]
[[Wait for a moment|stay put]]</div><div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content"><<print $YourName>> feels a faint presence amongst them.
[[Go left|left]]
[[Go right|right]]</div><div class="gameover">Game Over.</div>
<div class="content"><<print $YourName>> was poisoned to death! <<print $YourName>> was never heard from again. Onto the next adventurer story!</div>
[[Damn RIP|start]]<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content"><<print $YourName>> sees a silloutte of something large pass by the opening. That must have been the source of the sound and presence. It's a good thing its sight is poor.
[[Proceed|corridor02]]</div><div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content"><<print $YourName>> pretends they can see a light at the end of the tunnel. Wait, what's that over there?
[[Go left|left04]]
[[Go right|right04]]
[[Investigate the thing|gem02]]</div><div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content"><<print $YourName>> thinks about how foolish they were to not bring a gasmask. It smells like pee now. Not your own, though... Oh hey! There's something shiny in one of these caves.
[[Go left|gem03]]
[[Go middle|middle02]]
[[Go right|right05]]</div><<set $gem to $gem+1>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<img src ="https://i.imgur.com/L2bvK5i.png">
<div class="content">Nice! The reason you came to the Labyrinth in the first place was to collect 3 gems such as this one.
[[Go back|corridor02]]</div><div class="content">That piss smell is stronger now. Almost like this is something's territory. <<print $YourName>> goes to turn around.
[[Go back|beast01]]</div><<set $gem to $gem+1>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<img src ="https://i.imgur.com/L2bvK5i.png">
<div class="content">Nice! The reason you came to the Labyrinth in the first place was to collect 3 gems such as this one.
[[Go back|right04]]</div><<if $gem lt 3>>
<div class="content">Oh thank god! You see the outside of the labyrinth! But wait, you don't have 3 gems! You can't leave just yet! You go back inside.
[[...|beast01]]</div>
<<else>>
<div class="content">Oh thank god! You made it out! Fresh air!
And that is the tale of <<print $YourName>>. They went to go get money, bitches, etc.
[[The end|start]]</div>
<<endif>><<set $hp to $hp-1>>
<<if $hp is 0>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content">It's just a dead end. <<print $YourName>> might not want to stay here too long... Something doesn't smell right.
[[Go back|poisondeath]]</div>
<<else>>
<div class="items">HP: <<print $hp>>
Gems: <<print $gem>></div>
<div class="content">It's just a dead end. <<print $YourName>> might not want to stay here too long... Something doesn't smell right.
[[Go back|corridor02]]</div>
<<endif>><div class="content"><<print $YourName>> tries to turn back, but... Aw God. Stark, they don't feel so good. <<print $YourName>> collapses.
[[...|poison01]]</div>