From acead592b72be57cff093f3bb1c8e86576a09946 Mon Sep 17 00:00:00 2001 From: Tomas Horsky Date: Tue, 28 Apr 2026 23:54:52 +0900 Subject: [PATCH] Add gameover and overall layout Co-authored-by: Copilot --- src/App.svelte | 83 ++++++++++++++++++++++++++++++++++++++++--- src/game/constants.js | 5 ++- src/game/game.js | 57 ++++++++++++++--------------- src/game/gameUtils.js | 19 ++++++++++ 4 files changed, 126 insertions(+), 38 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index 3a6335e..b157f8b 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,19 +1,44 @@