~munksgaard/ordleg

A wordle clone in Danish

fa72c60 .build.yml: Set NIX_CONFIG to allow flakes

2 years ago

81d44aa .build.yml: Set NIX_CONFIG to allow flakes

2 years ago

#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