Turing Tumble Community

Puzzle 46 solution - 29 parts

Challenge%2046%20solution%20-%2029%20parts%20v2

The logic is the same as the book solution. The numbers under each bit show how many balls pass down that route, the letters show the final destinations of the 6 balls.

This solution moves all of the logic as far down the board as it can to increase the proportion of the route that is shared between different balls. As a result, the one-ball paths are much shorter and do not overlap, so there is also no need for the crossover piece.

1 Like