<h1>Text Maze</h1> [[New Game->Level 1 Intro]] <!-- Load a game file --> (link: "Load Game")[(load-game: "Game File")] [[Story]] <!-- --><h1>Level 1</h1> It will be a long way out of here... [[Start Maze->L1B4]] <h1> Story </h1> You are lost in a maze! Find your way out! [[Main Menu]]<span style="color: green;">You are at the start of the maze.</span> [[Go up->L1B3]] [[Go right->L1C3]] [[Go down->L1B4]] [[Go left->L1A3]] [[Go up->L1A2]] [[Go right->L1B3]] <span style="color: red;">DEAD END</span> You see a sign. [[Read sign->L1A2 Sign]] [[Go down->L1A3]]These signs can give you hints that will help you on your journey out the maze! [[Finish reading->L1A2]] [[Go up->L1C2]] [[Go right->L1D3]] [[Go left->L1B3]] <span style="color: red;">DEAD END</span> [[Go left->L1C3]] [[Go up->L1C1]] [[Go down->L1C3]] There is an Exit Portal to your right. [[Go right->L1D1]] [[Go down->L1C2]] { (live: 1s)[ (set: $randomRed to (random: 0, 255)) (set: $randomGreen to (random: 0, 255)) (set: $randomBlue to (random: 0, 255)) (text-colour: (rgb: $randomRed, $randomGreen, $randomBlue))[YOU WIN!!!] ] } <!-- Save a game file --> (link:"save")[(save-game: "Game File")] [[Main Menu]]