Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 569 Bytes

File metadata and controls

12 lines (9 loc) · 569 Bytes

Grepdle

Yet another Wordle clone, now made to be easily grep'd. An example is hosted at https://tjfjr.net/grepdle.

The word list is grep -E '^[a-z]{5}$' /usr/share/dict/words (on Arch Linux, other systems may vary). If you don't like the word list, suggest changes to the GNU Aspell project.

Grepdle contains no tracking, cookies, or non-free JavaScript. It shares no code with the original Wordle.