Skip welcome & menu and move to editor
Welcome to JS Bin
Load cached copy from
 
<!DOCTYPE html>
<html>
<head>
   <meta charset="utf-8">
   <title>Labyrinth</title>
</head>
<body onload="reset();">
   <span class="bigText help">
         [<a href="https://github.com/m-ender/labyrinth" >Help</a>]
   </span>
   <button onclick="stopDebug(); run();">
      <img src="http://i.imgur.com/XvHQHX9.png" class="buttonImg"> Run
   </button>
   <button id="debugButton" onclick="toggleDebug();">
      <img src="http://i.imgur.com/Th4Kyvd.png" class="buttonImg">
      <span id="debugButtonText">Debug</span>
   </button>
   <button id="stepButton" onclick="updatePointer();" disabled>
      Step: <span id="stepDiv">1</span>
   </button>
   <h3>Maze:</h3>
   <div class="container">
      <pre id="pointerOverlay"></pre>
      <pre id="lab" contentEditable="true">,)@
.(</pre>
      <div style="width:100%;"></div>
      <h3 id="inputHeader">Input:</h3>
      <h3 id="outputHeader">Output:</h3>
      <h3 id="debugHeader">Debugging:</h3>
      <div style="width:100%"></div>
      <textarea id="input">Labyrinth rocks!</textarea>
      <textarea id="output"></textarea>
      <textarea id="debugOutput"></textarea>
   </div>
</body>
</html>
Output 300px

You can jump to the latest bin by adding /latest to your URL

Dismiss x
public
Bin info
stefnotchpro
0viewers