From 11b3f678d21d6068946e49132797512b6011f1b8 Mon Sep 17 00:00:00 2001 From: Ashley Date: Mon, 8 Jan 2024 16:04:09 +0000 Subject: [PATCH] add touch support :3 --- html/gamehub.ejs | 88 ++++++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 82 insertions(+), 6 deletions(-) diff --git a/html/gamehub.ejs b/html/gamehub.ejs index 47bb8f9d..88aeebff 100644 --- a/html/gamehub.ejs +++ b/html/gamehub.ejs @@ -15,7 +15,7 @@ Tic-Tac-Toe @@ -568,7 +626,7 @@ function resetGame() { //--> @@ -1016,3 +1091,4 @@ function resetGame() { <% } %> + \ No newline at end of file