Continue the homework, make it work with 2D arrays.
// HW // Create the framework for this wordle game, and try to solve it, keep note of what exact information you are missing to solve this // note: for this symbol ✓, you can copy paste from here or google the unicode value for ✓ and use it similar to the previous homework // the x or ✓ appears directly above the word you guessed
// the correct word here is quack GUESSES: 1. _ _ _ _ _ 2. _ _ _ _ _ 3. _ _ _ _ _ 4. _ _ _ _ _ 5. _ _ _ _ _ 6. _ _ _ _ _ YOUR GUESS: 1. Enter your guess : bloom GUESSES: x x x x x 1. b l o o m 2. _ _ _ _ _ 3. _ _ _ _ _ 4. _ _ _ _ _ 5. _ _ _ _ _ 6. _ _ _ _ _ YOUR GUESS: 2. Enter your guess : flags GUESSES: x x x x x 1. b l o o m x x ✓ x x 2. f l a g s 3. _ _ _ _ _ 4. _ _ _ _ _ 5. _ _ _ _ _ 6. _ _ _ _ _ YOUR GUESS: 3. Enter your guess : bush GUESSES: x x x x x 1. b l o o m x x ✓ x x 2. f l a g s x ✓ x x x 3. b u s h _ 4. _ _ _ _ _ 5. _ _ _ _ _ 6. _ _ _ _ _ YOUR GUESS: 4. Enter your guess : kite GUESSES: x x x x x 1. b l o o m x x ✓ x x 2. f l a g s x ✓ x x x 3. b u s h _ x x x x x 4. k i t e _ 5. _ _ _ _ _ 6. _ _ _ _ _ YOUR GUESS: 5. Enter your guess : quick GUESSES: x x x x x 1. b l o o m x x ✓ x x 2. f l a g s x ✓ x x x 3. b u s h _ x x x x x 4. k i t e _ ✓ ✓ x ✓ ✓ 5. q u i c k 6. _ _ _ _ _ YOUR GUESS: 6. Enter your guess : addff You lost. The correct answer is "quack"