Using Alpine.js to make the game page dynamic

This commit is contained in:
2024-11-03 21:28:50 +01:00
parent ff7ad42e32
commit cdd0085f26
2 changed files with 86 additions and 25 deletions

View File

@@ -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
```