<?xml version="1.0" ?>
<game>
	<chapter>
  		<id>1</id>
    	<text>You are in a dark forest. You are surrounded by great, old trees. Behind one of the trees you can see a mysterious cave. The other way you see a narrow path leading deeper into the forest.</text>
  		<option>
    		<goto>2</goto>
    		<text>Follow the narrow path</text>
  		</option>
  		<option>
    		<goto>3</goto>
    		<text>Look into the dark cave</text>
  		</option>
	</chapter>
	<chapter>
  		<id>2</id>
  		<text>You follow the path deeper into the forest. The trees are growing denser the longer you walk. You can also hear a distant roar from the forest behind you near a cave opening.</text>
  		<option>
    		<goto>1</goto>
    		<text>Go back</text>
  		</option>
  		<option>
    		<goto>3</goto>
    		<text>Walk into the cave</text>
  		</option>
	</chapter>
	<chapter>
  		<id>3</id>
  		<text>You sneak carefully near the cave opening. It is even darker in there. The walls are made of rocks and some water are dripping from the cave ceiling. You can see two different paths, one leadning to the left, and one to the right.</text>
  		<option>
    		<goto>1</goto>
    		<text>Go out of the cave</text>
  		</option>
  		<option>
    		<goto>4</goto>
    		<text>Take the left path</text>
  		</option>
  		<option>
    		<goto>5</goto>
    		<text>Go to the right</text>
  		</option>
	</chapter>
	<chapter>
  		<id>4</id>
  		<text>You are walking through the dark, scary cage. Some old, dusty web with a giant spider is looking down at you. Deeper into the cave you can see a small bit of light.</text>
  		<option>
    		<goto>7</goto>
    		<text>Go deeper into the cave</text>
  		</option>
  		<option>
    		<goto>3</goto>
    		<text>Go back to the cave exit</text>
  		</option>
	</chapter>
	<chapter>
  		<id>5</id>
  		<text>You are at a dead end. The cave does not go further this way.</text>
  		<option>
    		<goto>3</goto>
    		<text>Go back to the cave exit</text>
  		</option>
	</chapter>
	<chapter>
  		<id>6</id>
  		<text>You sneak around towards the sword. But before you can reach it you see the dragon open its eyes slowly, looking straight at you. The last thing you see is the fearsome dragon rising on its back legs, and sending a giant fireball towards you. First you feel extreamly hot, then you feel nothing. You are dead. Better luck next time! Type '-1' to exit the game.</text>
	</chapter>
	<chapter>
  		<id>7</id>
  		<text>The cave grows bigger and bigger as you walk deeper into it. You find yourself in a great, bright hall filled with treasures. But you ar not alone... In the middel of the room you see a great, golden sleeping dragon. It doesn't seem to have noticed you. In a corner you can see a shining sword at the floor.</text>
  		<option>
    		<goto>6</goto>
    		<text>Grab the sword and slay the mighty dragon!</text>
  		</option>
  		<option>
    		<goto>8</goto>
    		<text>Sing a lullaby for it while you fill your pockets with some of its treasures</text>
  		</option>
	</chapter>
	<chapter>
  		<id>8</id>
  		<text>As you sing, the room is filled with beautiful music coming from your mouth. The dragon is still sleeping, smiling in its sleep. You sneek around a bit while you grab some shiny stuff and fills up your pockets. You become a rich and powerful human. Congratulations, you cleared the game! Type '-1' to quit the game.</text>
	</chapter>
</game>
