Devlin's Word Reorder Game

Word Game

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:

tony
tiny
tint
tent
test
fest

Which yields a game won in 5 steps.

Play the game

p.s. If you get stuck you can ask for a hint :)