diff --git a/frontend/src/lib/components/WordSearchGame.svelte b/frontend/src/lib/components/WordSearchGame.svelte new file mode 100644 index 0000000..762f626 --- /dev/null +++ b/frontend/src/lib/components/WordSearchGame.svelte @@ -0,0 +1,221 @@ + + +
Loading today’s word search…
+ {:else if !words.length} +Could not load today’s word search.
+ {:else} +Today’s theme{theme}
+ +✦ all found ✦
+{found.length} / {words.length} found · drag across the letters
+ {/if} + {/if} +{wordLabel()}
-