A GUI based Wordle puzzle solver created with C# and WinForms.
- Open the project's .sln file.
- Run the project.
- Click to either start with a random word or join mid-game.
- If joining from mid game, make the Wordle display match your game's display before clicking the green tick.
- Use the switch button on each letter to represent whether a letter is correct or not.
- Algorithm will suggest likely words in the next row when you click the green tick button.
- You can click the orange switch button to suggest a new word.
Simply fork the project and create a pull request. Include a thorough description of your changes and it will be reviewed.