Update Version (Beta): One word each new UTC hour
This commit is contained in:
@@ -7,8 +7,10 @@
|
||||
<title>Fancy Wordle</title>
|
||||
<link rel="stylesheet" href="CSS/styles.css">
|
||||
<script src="https://cdn.jsdelivr.net/npm/@tsparticles/confetti@3.0.3/tsparticles.confetti.bundle.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
|
||||
<script src="word-data.js?v=5" defer></script>
|
||||
<script src="script.js?v=5" defer></script>
|
||||
<script src="supabase-config.js?v=1" defer></script>
|
||||
<script src="script.js?v=6" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="app-shell">
|
||||
@@ -17,7 +19,7 @@
|
||||
<span class="brand-mark">W</span>
|
||||
<span>
|
||||
<strong>Fancy Wordle</strong>
|
||||
<small>Non-stop five-letter play</small>
|
||||
<small>One word every hour</small>
|
||||
</span>
|
||||
</a>
|
||||
|
||||
@@ -36,9 +38,9 @@
|
||||
|
||||
<main class="game-card">
|
||||
<section class="hero-panel" aria-labelledby="game-title">
|
||||
<p class="eyebrow">Daily pace optional</p>
|
||||
<p class="eyebrow">Hourly challenge</p>
|
||||
<h1 id="game-title">Guess the word in six tries.</h1>
|
||||
<p class="deck">Play as many rounds as you want. Valid words reveal with smooth flips, warm feedback, confetti, sound, and a definition at the end.</p>
|
||||
<p class="deck">Play one five-letter word per hour. Valid words reveal with smooth flips, warm feedback, confetti, sound, and a definition at the end.</p>
|
||||
</section>
|
||||
|
||||
<section class="board-panel" aria-label="Wordle game board">
|
||||
|
||||
Reference in New Issue
Block a user