Implement guessing with hint answers

This commit is contained in:
2024-11-02 22:44:45 +01:00
parent ca14d59400
commit 4f3e0e4c19
2 changed files with 78 additions and 5 deletions

View File

@@ -3,3 +3,11 @@
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.
## Environment variables
```
set -x WORD_LIST /path/to/alfagok_wordlist.txt
set -x START_DATE 2024-11-02
```