about summary refs log tree commit diff stats
path: root/js/rotjs/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'js/rotjs/index.html')
-rw-r--r--js/rotjs/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/js/rotjs/index.html b/js/rotjs/index.html
new file mode 100644
index 0000000..978c648
--- /dev/null
+++ b/js/rotjs/index.html
@@ -0,0 +1,9 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <title>rot.js tutorial game</title>
+    <script src="/src/rot.min.js"></script>
+    <script src="/src/game.js"></script>
+  </head>
+  <body onload="Game.init()"></body>
+</html>