Turing Tumble Community

Paul's puzzle 53 solution - 24 parts

Here’s my solution (it’s the one from the book):

image

And here’s the link:

https://www.lodev.org/jstumble/?board=agerafxfeagafralfxxfrxlfagafralfllfe

Description: To understand this solution, you’ve got to realize that doubling a binary number is the same as shifting all the bits up one place. For instance:

(reading from the top bit to the bottom bit, left to right)
1100 = 3
0110 = 6
0011 = 12

So each ball that drops sets the value of the gear bits below it to whatever it was.

1 Like

I think there is a piece missing on the left of this solution compared to the book, it should take 24 parts and look like this: https://www.lodev.org/jstumble/?board=agerafxfeagafralfxxfrxlfagafralfllfe

1 Like

Thanks, Samuel! I fixed it.

I arranged my solution to illustrate how to extend Register A to any number of bits, given a long enough board.

Screen Shot 2020-08-02 at 11.11.23 PM

https://www.lodev.org/jstumble/?board=ageraleexxfrxlfagafralfxxfrxlfagafraleel_1_0