You are given two words, the start word and the goal word.
The challenge is to morph the start word into the goal word by
entering a sequence of words that only differ by one character.
The bigger challenge is that each word must be a valid english word.
For example, given tony and fest one possible solution is:
Which yields a game won in 5 steps.
p.s. If you get stuck you can ask for a hint :)