switch

The switch switch lets us control the path of a marble:

00/0000/00
loading…

switch

  • When there’s a marble C in the checker cell, any marble S in the signal cell goes straight ahead.
  • When there’s no checker marble, S moves half a cell left.

We now have a way to make our marbles interact — the first step towards getting to manipulate data like a computer.

distributor

Let’s add another , the distributor distributor, to spread out the paths a bit more:

00/0000/00
loading…

switch with distributor

The distributor distributor takes up to 3 inputs separated by half a cell, and spreads them out by a full cell.

next

We’ve seen how the switch switch can control the path of a marble — in the next tutorial we’ll meet its strange cousin.

continue