Skip to content

n1k0/wordlem

Repository files navigation

Wordlem

A port of the popular Wordle game in Elm, playable in both English & French and with 6 and 7 letters words.

image

You can play it here.

Run locally

npm i
npm start

Then head to localhost:8000.

Build dictionaries

npm run build:words

Dictionaries are then written in public/db.

Credits

In no specific order:

FAQ

  • Why can't I share my scores?
    • Aren't you overwhelmed with Wordle scores alrady? I didn't want to add more automated noise to already noisy social networks. If you enjoy Wordlem, feel free to tell your friends though.
  • Why no 8+ letters words?
    • Because that would make the dictionary size too big to download comfortably, but I may consider the option in the future.

License

WTFPL