Fully interactive puzzle (Just like the ones in our Mystery Adventures)
Click on an active block to move it to the open space. Each block can be moved only once!
Solution only: Click on the active block to move it to the open space.
Static puzzles. Solutions written below.
Word Puzzle
* The Blue factory copies the last letter and adds it to the front of the word.
* The Green factory reverses the word.
* The Red factory replaces the first letter with the next one in the alphabet.
* The Yellow factory swaps the first two letters of the word
Solution
* "XRETSL" through RED replaces "X" with "Y" = "YRETSL"
* "YRETSL" through GREEN reverses the word = "LSTERY"
* "LSTERY" through RED (again) replaces "L" with "M" = "MSTERY"
* "MSTERY" through BLUE copies the last letter "Y" to the front of the word = "YMSTERY"
* "YMSTERY" through YELLOW swaps the first two letters = "MYSTERY"
Duck Puzzle
* The Green factory makes everything bigger
* The Blue factory makes everything bigger AND removes on item
* The Red factory makes everything smaller
* The Black factory adds one item
Solution
* 2 small through Blue = 1 big
* 1 big through Black = 2 big
* 2 big through Red = 2 small
* 2 small through Green = 2 big (A)