Skip to content

Instantly share code, notes, and snippets.

@videlais
Created May 28, 2019 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save videlais/d0be1cdc0db2a7f35d9931846c87c35f to your computer and use it in GitHub Desktop.
Save videlais/d0be1cdc0db2a7f35d9931846c87c35f to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example Story</title>
</head>
<body>
<div id="story"></div>
<button id="north">Go North</button>
<button id="south">Go South</button>
<button id="east">Go East</button>
<button id="west">Go West</button>
<div id="water"></div>
<div id="position"></div>
<script src="ink.js"></script>
<script src="ExampleStory.js"></script>
<script src="main.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment