Creating Wordle in Python
Your favorite game in your terminal!

I’ve played Wordle once so far. But like many, I’ve heard a lot about it already. So I thought it’d be fun to try and recreate a simple console-based version of the game. Purely to sharpen my Python skills.
Since I want to focus on the logic behind the game I won’t create any fancy GUI version with JavaScript and will instead simply color some of the…