~munksgaard/ordleg

A wordle clone in Danish
.build.yml: Set NIX_CONFIG to allow flakes
README.md: Add build badge
.gitignore: Add .direnv and .envrc

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~munksgaard/ordleg
read/write
git@git.sr.ht:~munksgaard/ordleg

You can also use your local clone with git send-email.

#Ordleg

builds.sr.ht status

A wordle clone in Danish.

Go here to play: https://munksgaard.me/ordleg/

#Word list

Using COR, we can use make_wordlist.rs to update src/WordList.elm:

curl https://ordregister.dk/files/cor1.02.tsv \
  | ./make_wordlist.rs \
  | elm-format --stdin \
  > src/WordList.elm