From 50942522feb7c65265c5e00386ef67364f58a269 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Sat, 24 Aug 2024 06:26:38 -0500 Subject: [PATCH 01/35] snake: add most of snake, needs trim function to be fixed --- index.html | 6 ++ js/snake.js | 220 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 226 insertions(+) create mode 100644 js/snake.js diff --git a/index.html b/index.html index e7b82cb..a72e5af 100644 --- a/index.html +++ b/index.html @@ -26,6 +26,12 @@
Right Paddle Height:
View Code +