From ff852643267e8388bf46c66a2a93b65cabc2c838 Mon Sep 17 00:00:00 2001 From: tiennm99 Date: Wed, 11 Mar 2026 04:41:00 +0000 Subject: [PATCH] feat(03-02): add score display HTML overlay - Added div with id=\"score-display\" in top-right corner - Semi-transparent background (rgba(26, 26, 70, 0.9)) - Large bold font (24px) with light text color (#eaeaea) - Initial text shows \"Score: 0\" - Positioned above canvas with z-index: 100 --- gsd-framework/index.html | 71 ++++++++++++++++++++++++---------------- 1 file changed, 42 insertions(+), 29 deletions(-) diff --git a/gsd-framework/index.html b/gsd-framework/index.html index e9f679e..eb8abad 100644 --- a/gsd-framework/index.html +++ b/gsd-framework/index.html @@ -1,29 +1,42 @@ - - - - - - Pikachu Match Game - - - - - - - + + + + + + Pikachu Match Game + + + + +
Score: 0
+ + +