From 6c3ff2b904df2a59f516878d8c81df3e6c4d62c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Babi=C4=8D?= Date: Sun, 3 Jan 2021 22:06:11 +0100 Subject: [PATCH] implement restart game --- src/App.svelte | 114 +++++++++++++++++++++++++++++-------------------- 1 file changed, 68 insertions(+), 46 deletions(-) diff --git a/src/App.svelte b/src/App.svelte index bc785ae..7632d16 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -3,6 +3,7 @@
-
GAME OVER
+
+ RESTART GAME + | GAME OVER +
{#each circles as _, i}