Wordle Solver
Episode 2: Creating a Suggestion Feedback System

Program Language: C++

Let’s look at the recently popularized word game: Wordle. In this game, we attempt to guess a 5-Letter word through 6 attempts using other 5-Letter words. On each guess, the game gives us feedback regarding how close our guess was to the actual word. We’re going to try to build a program that will help us guarantee that we can guess the correct word within the allotted 6 attempts.

Feel free to comment down below if you have any questions or suggestions and I’ll try to answer them! Also subscribe if you find videos like this useful and I’ll make more of them. 🙂