From 68e31b629020d02cf156a3fb6fa0d9538f5077e0 Mon Sep 17 00:00:00 2001 From: Ty Date: Sat, 20 Jun 2026 01:21:14 +0000 Subject: [PATCH] Add initial index.html MVP stub: playable basic ship with momentum thrust, laser fire, simple wrapping terrain, one enemy type, particles, radar, HUD, pause/gameover states. Foundation for Phase 1 per REQUIREMENTS.md --- index.html | 446 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 446 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..8e21827 --- /dev/null +++ b/index.html @@ -0,0 +1,446 @@ + + + + + + Defender Browser Clone - MVP Stub + + + +

DEFENDER

+ +
+

MVP Stub v0.1 - Basic ship flight, laser, scrolling terrain stub. Expand per docs/REQUIREMENTS.md

+
+ Controls: Arrow Keys = Thrust ship  |  SPACE = Fire laser  |  P = Pause  |  R = Restart (on game over) +
+
+ + + + \ No newline at end of file