wperron / wordler

a Wordle REPL thingy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wordler

A Wordle REPL thingy. The word is chosen at random from src/dict.txt, which is generated using the following command on Ubuntu:

cat /usr/share/dict/american-english | tr [:upper:] [:lower:] | egrep '^[a-z]{5}$' | iconv -f utf-8 -t ascii//translit > src/dict.txt

About

a Wordle REPL thingy


Languages

Language:Rust 100.0%