From 9aecd2347c98a536c7af759b6f00df51b354d7ad Mon Sep 17 00:00:00 2001 From: Azalea <22280294+hykilpikonna@users.noreply.github.com> Date: Thu, 19 Dec 2024 15:05:33 -0500 Subject: [PATCH] [O] Split components --- src/App.svelte | 13 ++----------- {public => src/assets}/vite.svg | 0 src/lib/Heading.svelte | 14 ++++++++++++++ src/lib/PuzzleInfo.svelte | 4 +++- 4 files changed, 19 insertions(+), 12 deletions(-) rename {public => src/assets}/vite.svg (100%) create mode 100644 src/lib/Heading.svelte diff --git a/src/App.svelte b/src/App.svelte index f0f855b..b9203e6 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -1,7 +1,5 @@ + +
Azalea's Colorful Slither Link
+
+ Logo + GitHub | Blog + Logo +
+
+ Welcome to SlitherLink! 🧩 The rules are simple: Draw lines between the dots to create one big loop (no crossings, no branches). The numbers are your hints – they tell you how many lines should surround them. Left-click to draw, right-click to mark with an X. Can you crack the perfect path? YouTube Tutorial +
\ No newline at end of file diff --git a/src/lib/PuzzleInfo.svelte b/src/lib/PuzzleInfo.svelte index aea9725..a9964ed 100644 --- a/src/lib/PuzzleInfo.svelte +++ b/src/lib/PuzzleInfo.svelte @@ -1,5 +1,7 @@