Players must transform one word into another by changing only one letter at a time, with each intermediate step forming a valid word.
Example:
How it works:
- Each game presents a starting word and an ending word
- Players must find the shortest possible path between them in the quickest time
The tile colors will change to show how close your guess is to the end word:
- Green means the letter is in the correct spot.
- Yellow means the letter is in the end word but in the wrong spot.
- Grey means the letter is not in the end word at all.