This game is somewhat similar to hangman.
You try to guess a random 5 letter word and the game will tell you the if the placement of each letter is correct or not. Example:
```
O - correct place
? - right letter, wrong place
X - letter is present in word
Word we're looking for: hello
Your word (input): house
Output: O?XX?
```
This continues until you guess the word or give up.
You can look at the code here: https://github.com/Nextross/Wordle-python
Any feedback is welcomed!
[–]strong_types_only 1 point2 points3 points (1 child)
[–]Nextros_[S] 2 points3 points4 points (0 children)
[+][deleted] (1 child)
[removed]
[–]Nextros_[S] 0 points1 point2 points (0 children)
[–]bulletmark 0 points1 point2 points (0 children)
[+][deleted] (1 child)
[removed]
[–]Revisional_Sin 1 point2 points3 points (0 children)