From 564d33ac255212d83e09850e5e479a2844862202 Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sat, 22 Sep 2018 13:07:54 -0400 Subject: + difficulty selector + cursor change on the game status indicator --- index.html | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) (limited to 'index.html') diff --git a/index.html b/index.html index 662b4ee..1ceeedb 100644 --- a/index.html +++ b/index.html @@ -10,11 +10,22 @@
- +
- +
- + +
+ +
+ +

@@ -28,6 +39,7 @@ var xIn = document.getElementById("x"); var yIn = document.getElementById("y"); var mIn = document.getElementById("m"); + var dIn = document.getElementById("d"); var game = new Board(); -- cgit v1.2.3