From 8dced98e7093c2c450dbf09aaffb6842772de239 Mon Sep 17 00:00:00 2001 From: ys678 <ys678@drexel.edu> Date: Thu, 5 Sep 2024 18:29:59 +0000 Subject: [PATCH] Update the UI --- public/game.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/game.html b/public/game.html index b4df495..3c1a48e 100644 --- a/public/game.html +++ b/public/game.html @@ -31,5 +31,9 @@ </div> <script src="/public/gameClient.js"></script> + <div id="gameInfo"> + <span id="snakeCoords">Coords: (0, 0)</span> + <span id="snakeSize">Size: 1</span> + </div> </body> </html> -- GitLab