From f7984595ccdc347432e246c63e99f7a489b6113e Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Sun, 21 Dec 2025 16:55:33 -0800 Subject: [PATCH] Add a 3-wall map --- html/images/space.svg | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/html/images/space.svg b/html/images/space.svg index e2dd591..4b37c2c 100644 --- a/html/images/space.svg +++ b/html/images/space.svg @@ -75,12 +75,16 @@ - + + + + + + - @@ -120,7 +124,7 @@ const halfPi = Math.PI / 2; const maxSpeed = 100; - const drawCollisionLines = true; + const drawCollisionLines = false; let previous, zero, frameCount = 0; let position = [0, 0]; // meters