From e43b82b4cbe4d8e87096759c1432b37eaed0abb2 Mon Sep 17 00:00:00 2001 From: Dabit Date: Tue, 10 Mar 2026 14:46:17 +0100 Subject: [PATCH] feat(01-01): HTML scaffold with HiDPI canvas, Renderer, and full-window layout - Created index.html with valid HTML5 structure and black full-window canvas - Renderer object with devicePixelRatio-aware resize() using logical vs bitmap coords - CSS enforces overflow:hidden with no scrollbars - Minimum 4:3 aspect ratio enforcement in resize logic - window.addEventListener('resize') handler for live canvas rescaling --- index.html | 187 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 187 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..aaf836c --- /dev/null +++ b/index.html @@ -0,0 +1,187 @@ + + + + + + Super Pong Next Gen + + + + + + +