Wordle comparison: Difference between revisions

m
found another incorrect coding on yT. Updated rationale accordingly. I *need* to stop looking at yT!
m (found another incorrect coding on yT. Updated rationale accordingly. I *need* to stop looking at yT!)
Line 3:
;Rationale:
 
While similar to both [[Bulls and cows]] and [[Mastermind]], Wordle is a notable variation, having experienced a viral surge in popularity, and reverse engineering the game or creating variants has become a popular programming exercise. However, a sampling of the "code a Wordle clone" videos on YouTube shows that sixseven of the seveneight reviewed had a serious flaw in the way that they assigned colours to the letters of a guessed word. This aspect of the game is described here: [https://en.wikipedia.org/wiki/Wordle#Gameplay en.wikipedia.org/wiki/Wordle#Gameplay]
 
<blockquote>After every guess, each letter is marked as either green, yellow or gray: green indicates that letter is correct and in the correct position, yellow means it is in the answer but not in the right position, while gray indicates it is not in the answer at all. Multiple instances of the same letter in a guess, such as the "o"s in "robot", will be colored green or yellow only if the letter also appears multiple times in the answer; otherwise, excess repeating letters will be colored gray.</blockquote>
1,462

edits