Still waiting for the New York Times to send me a bogus takedown notice
Add README.md
Saksham Mittal 2022-04-02
parent e7f1f2a · commit 0d25f3c
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..03388fd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,11 @@
+# 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.