A little CLI Wordle clone using the official solutions, written in Python
Go to file
2022-02-12 06:22:45 -06:00
src Answer lookup: Add 'no peeking' mode; don't show answers at or beyond today's Wordle. (Trivial to work around, but allows for narrow searches.) 2022-02-12 06:22:45 -06:00
.gitignore Initial commit 2022-02-12 11:23:24 +00:00
LICENSE Initial commit 2022-02-12 11:23:24 +00:00
README.md Initial commit 2022-02-12 11:23:24 +00:00

Wardle.py

A little CLI Wordle clone using the official solutions, written in Python