summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.html4
-rw-r--r--robot.pdnbin0 -> 59973 bytes
2 files changed, 3 insertions, 1 deletions
diff --git a/index.html b/index.html
index 194e61f..6036bd3 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,9 @@
Click anywhere on the screen to move the robot!
</p>
<button id="reset">Reset map</button>
- <canvas id="drawing-board"></canvas>
+ <canvas id="drawing-board">
+ <div id="robot"></div>
+ </canvas>
<script src="./index.js"></script>
</body>
diff --git a/robot.pdn b/robot.pdn
new file mode 100644
index 0000000..e40503c
--- /dev/null
+++ b/robot.pdn
Binary files differ