diff --git a/README.md b/README.md index ecd6bb0..282fdcc 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ Omdat Nederlanders ook [alphaguess](https://alphaguess.com) willen spelen :) My own implementation of an alphaguess like game with custom word lists, tailored to be used with a Dutch source. +Using Alpine.js on the frontend and FastAPI as backend. + ## Environment variables ``` set -x WORD_LIST /path/to/alfagok_wordlist.txt set -x START_DATE 2024-11-02 +set -x DICTIONARY_LIST /path/to/dictionary.txt ``` diff --git a/src/alfagok/templates/index.html b/src/alfagok/templates/index.html index f2705cd..0ffc82e 100644 --- a/src/alfagok/templates/index.html +++ b/src/alfagok/templates/index.html @@ -8,37 +8,95 @@
- alphaguess puzzle #{{numberOfDaysSinceStart}} • -Guess the word of the day. Each guess reveals where the word sits alphabetically.
+Je huidige gok is:
+ + +Het woord van vandaag was .
++ + +
🔗 alfagok.diginaut.net
+Guess the word of the day. Each guess reveals where the word sits alphabetically.
Today's word was {{guessValue}}.
-🧩 Puzzle #{{numberOfDaysSinceStart}}
-🤔 {{guesses.length}} guesses
-⏱️ {{getFormattedTime(winTime - startTime)}}
-🔗 alphaguess.com
-