From 803402beef964a49830cac424792241d15c6b3fa Mon Sep 17 00:00:00 2001 From: Catalin Constantin Mititiuc Date: Wed, 24 Dec 2025 09:11:02 -0800 Subject: [PATCH] Update todos --- html/images/space.svg | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/html/images/space.svg b/html/images/space.svg index 97fb9d6..1c9e7e2 100644 --- a/html/images/space.svg +++ b/html/images/space.svg @@ -4,6 +4,7 @@ foreignObject { font-size: 4pt; font-family: courier; + color: white; } #info { @@ -62,15 +63,13 @@ } .wall.inverse { - /* stroke: blue; */ - /* fill: lightgray; */ fill: gray; - /* fill-opacity: 0.5; */ } - + + @@ -83,7 +82,7 @@ - + @@ -110,20 +109,16 @@ - fps
    -
  • bounce off walls/border
  • +
  • bounce from collisions
  • gravity
  • -
  • complete surround by wall
  • fall off screen after crash
  • make ship a helicopter
  • use paths for walls
  • -
  • multiple walls
  • no walls
  • stop reading data from elements
  • ability to land
  • -
  • gravity
  • limited fuel
  • additional cannon firing modes
  • -
  • collision detection inside a shape
  • only light up the collided wall
  • keep ship position at 0,0 actual
  • only start on movement not just any keypress