(set: $score = 0)
You open your eyes ... tree trunks and haze fill your vision. You seem to be lying on your back.
<img src="images/forest.jpg" width="640" height="480" ALIGN="">
[[Sit up]]
[[Move hands]]You sit up. Your head is dizzy. The air is fresh and the ground is cold.
[[Move legs]]
[[Move hands]]Your hands are cold, relatively clean but quite raw.
[[Move legs]]
[[Sit up]]Your legs appear to be fine.
[[Stand up]]
[[Look around]]You are standing.
[[Clear your head]]
[[Look around]]Across the water, there appears to be a large castle in the distance. Your head is still dizzy, but it looks to be rather far away!
<img src="images/fortress.png" alt="castle" width="640" height="480" ALIGN="">
[[Clear your head]]
[[Walk towards castle->Walk]]
(set: $score+=1)
Good idea! Things seem to be a little clearer. You notice you are near a lake.
Your score is $score.
[[Walk]]
[[Take a drink]]As you begin to walk you notice a castle and a watchtower.
[[Walk to castle]]
[[Walk to watchtower]](set: $score-=1)
No water to drink. Lose a point :-(
Your score is $score.
[[Clear your head]]You arrive at the gate. It is locked.
[[Use key->Pick lock]]
[[Use a rock to break lock]]
[[Walk around castle]]There are larger boulders blocking your way!
[[Walk to the gate->At the gate]]
[[Look under a boulder]]
(if: $hasKey is true)[You open the gate. Well done!]
(else:)[You do not have a key.]
[[Walk into castle]]
<h4>
<center>
Welcome to The Exit!
You must find the exit AND reach a score of 5 to win!
Good luck!
<br>
[[Start->A Forest]]
</h4>
</center>You find a key under the boulder.
[[Pick it up]]
[[Walk back to gate->At the gate]](set: $score +=1)
(set: $hasKey to true)
Smart idea!
Your score is $score
[[Walk back to gate->At the gate]]
[[Look under other boulder]]
A large creature bites your hand. You bleed to death!
[[Start Over->Welcome!]](set: $score -=1)
Bad idea!
Your score is $score
[[Use a key, instead->Pick lock]](if: $hasKey is true)[You enter the castle. It appears to have been abandoned. You are in the great hall.
[[Look around castle]]]
(else:)[You need a key
[[Go back to gate->At the gate]]]The castle is empty, except for a small chest. You also notice a staircase nearby.
[[Walk up stairs->tower lookout]]
[[Walk to chest]]
[[Walk to the end of the room]]You are in the castle lookout. You see a rocky coastline and a rough sea below.
<img src="images/shore.png" alt="shoreline" width="640" height="480" ALIGN="">
[[Walk back down stairs->Look around castle]]
[[Step out of the window and scale the tower]]You found The Exit!
<img src="images/gate.png" alt="exit" width="640" height="480" ALIGN="">
(if: $score >= 5)[Your score was $score... You Won ... Well done!]
(else:)[But, your score was less than 5 ... You lost! ...
<center><strong>[[Start Over->Welcome!]]]</center></strong>
<center><strong>[[Credits]]</center></strong>That was foolish!
You are dead!
[[Start over->Welcome!]]As you approach the castle, you spy a small locked gate.
[[Walk towards gate->At the gate]]
[[Walk around castle]]
<img src="images/guardtower.png" alt="watch_tower" width="640" height="480" ALIGN="">
The watchtower is difficult to get to. You notice a small coin on the ground in front of you.
[[Pickup coin]]
[[Return to castle->Walk to castle]]
(set: $score+=1)
A nice find!
Your score is $score.
[[Walk to castle]]
[[Make a wish and throw coin into water]]
[[Walk to watchtower->WatchtowerBonus]](set: $score -=1)
[[Really?->Walk to watchtower]]
Your score is $score.
You cannot get to the watchtower from here.
[[Head back towards castle->Walk to castle]]
[[Swim to watchtower]]You suddenly remember you can't swim!
[[Let's learn how]]
[[Maybe just put a foot in]]Bad idea! Too many alligators.
Game Over
Your score is $score
[[Start over->Welcome!]](set: $score+=1)
Brave, you are!
Your score is $score!
[[Head back towards castle->Walk to castle]]
Of course! What would a castle be without a treasure chest?
[[Open chest]]
[[Use the key you found]](set: $score+=1)
GOLD DABLOOONS! YES!
Your score is $score.
[[Back to the great hall->Walk into castle]]
(set: $score -=1)
Doesn't work and you broke it!
Your score is $score.
[[Back to the great hall->Walk into castle]]<marquee behavior="scroll" direction="down">
<center>
<h3>
Story by <a href="http://www.mikerenne.com">Mike Renne</a>
<br>
Artwork by <a href="http://opengameart.org/content/fortress-backgroundstoryboard-image">Jap</a>
<br>
Music by <a href="http://opengameart.org/content/soliloquy">Matthew Pablo</a>
</h3>
</center>
</marquee>