The object of WordleChicken is to score the most points while also solving the puzzle in Hard mode. It’s a balance between accruing points and not running out of guesses.
A point is scored for each letter guessed which is not in the solution. No points are awarded for letters which appear in a previous guess.
If the solution is not guessed, the total score is zero.
For example, 10 points are scored on this board. Subsequent uses of H, R, and S are not awarded any points.
In this second example, 10 points are scored. 2 points for the 2 A’s since they were not used in a previous guess.
You must be logged in to post a comment.