From d8e99bcc14be087061f638ba2743f80b1926421a Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 22 Feb 2022 11:37:25 -0500 Subject: [PATCH] add README --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..399db88 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# wordle archive + +archived from powerlanguage.co.uk/wordle at +[tilde.team/~ben/wordle](https://tilde.team/~ben/wordle/) + +so far NYT has just removed words from the answer list + + $ diff nyt.txt orig.txt + 241a242 + > 'agora', + 244a246 + > 'pupal', + 272a275 + > 'lynch', + 292a296 + > 'fibre', + 301a306 + > 'slave', + 391a397 + > 'wench', + +unminified source in [main.js](main.js)