Update Version (Beta): login + leaderboard/ word definition

This commit is contained in:
Zakaria
2026-05-13 11:24:27 -04:00
parent 66f8207985
commit fe5649dc2d
6 changed files with 60 additions and 107 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ The database chooses the word from `public.wordle_words` based on the current UT
The hourly leaderboard uses completed authenticated rounds for the current UTC hour. It ranks wins first, then fewer guesses, then earliest completion time.
Leaderboard tabs include this hour, today, and all time. Signed-in users are included even if their row falls outside the top 25. Stats also show recent personal history and this hour's average score summary.
Leaderboard tabs include this hour, today, and all time. Signed-in users are included even if their row falls outside the top 25. Stats also show the current revealed word definition and this hour's average score summary.
`supabase/seed-word-data.sql` is generated from `targetWords.json` and `dictionary.json`: