From 521092fa8ecd92beeabb31e52de5ad27410cef1b Mon Sep 17 00:00:00 2001 From: mcnole25 <154467369+mcnole25@users.noreply.github.com> Date: Sun, 4 Feb 2024 18:58:49 -0500 Subject: [PATCH] Create platformer.html --- platformer.html | 79 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 platformer.html diff --git a/platformer.html b/platformer.html new file mode 100644 index 0000000..8f71b8d --- /dev/null +++ b/platformer.html @@ -0,0 +1,79 @@ + + +
+Simulate a platformer quickly using simple Javascript
+ + +Use the left/right keys to move and the up key to jump.
+Made by JC
+ +