Still waiting for the New York Times to send me a bogus takedown notice
README: rewrite
Zach DeCook 2024-03-08
parent f2270bb · commit be58c5d
-rw-r--r--README1
-rw-r--r--README.md13
2 files changed, 1 insertions, 13 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..a84e215
--- /dev/null
+++ b/README
@@ -0,0 +1 @@
+This is a fork of a clone of a popular word game
diff --git a/README.md b/README.md
deleted file mode 100644
index 859bceb..0000000
--- a/README.md
+++ /dev/null
@@ -1,13 +0,0 @@
-# Simple Wordle Clone
-
-This is my spin on [Wordle](https://www.nytimes.com/games/wordle/index.html), the unexpected smash hit puzzle game in which you try to guess a certain 5 letter word in 6 guesses or less. Every time you guess, it gives you feedback on whether each letter in your guess:
-
-- Was in the answer at correct spot (Indicated with a green box)
-
-- Was in answer but not at correct spot (Indicated with a yellow box)
-
-- Was not in answer at all (Indicated by grey box)
-
-It's not as pretty, and it's ephemeral, unlike the original, but through more development I hope to learn more about web development and associated best practices.
-
-The allowed word list was taken from [this very helpful repo](https://github.com/tabatkins/wordle-list). As for the answers, for now I just have it pick a random word from the allowed word list.