} Goal: To fit the words into the puzzle above.
} They can read in ANY direction, including zigzag.
} One letter per box.
} Groups of Green and Blue boxes have words
that share the same letter.
} They take the SAME letter in all 4 boxes;
but READ it as ONE letter. See horizontal lines 3 and 4.
Thus [bb]oa[tt] = boat and not bboatt.
} In the example, [bb] is shared by "tab", "boat", and "ballot".
} Green box = Begins a word. See "tab", "boat", "ton", "tan", "ballot".
} Blue box = shares letter with more than 1 word, but does not begin a word. See "ton" and "tan".
} Notice the "l" in "ballot" runs into the "t" on line 6, but does not use the "t".
"ballot" does not use the "t" until it ends.