Jaap's Puzzle Page

Orbix

Orbix

This electronic puzzle consists of a ball with 12 large buttons on it, arranged symmetrically like the faces of a dodecahedron. Each button has a light in it as well. It is very similar to the Lights Out puzzle, in that by pressing the buttons the pattern of lights changes. The aim is to switch on all the lights.

There are 4 types of game play, which have very different ways of solving. These will be discussed separately below. By pressing and holding down two buttons at the same time you control the following aspects of the puzzle:

The Orbix was patented by Uwe Meffert on 15 October 1996, US 5,564,702.

Description and solution to game type 1
Description and solution to game type 2
Description and solution to game type 3
Description and solution to game type 4

If your browser supports it, you can play with the orbix by clicking this link:

Javascript Orbix Puzzle

Type 1:

If you press any button, the 5 adjacent lights will change; switch on if they were off and vice versa.

This is a very simple type of game. Like Lights Out and Rubik's Clock, this is one of the few puzzles in which the order that the moves are performed is unimportant (i.e. the puzzle positions form an Abelian group). This means that it is not necessary to press any button more than once during the solution because we could change the order of the moves so that repetitions occur together. Since pressing a button twice will not change anything, a button need only be pressed at most once.

There are 12 lights, and each light can be switched on independently from all the others. There are therefore 212 = 4,096 positions, and at most 12 button presses are needed to solve it. Of course many of the positions are similar because rotations/reflections of the whole puzzle have not been taken into account.

Depth   Positions Rot Rot+Refl
0111
11211
26633
322055
44951210
57921412
69242418
77921412
84951210
922055
106633
111211
12111
Total40969682

In Sloane's On-Line Encyclopedia of Integer Sequences these are included as sequences A080559, A080560 and A080561.

The table shows the number of positions there are for each number of moves. In this case the numbers are simply the binomial coefficients, because of the nature of an Abelian group i.e. because the move order does not matter. The third column shows the number of positions if rotations are taken into account, the last if both rotations and reflections are taken into account.

For the mathematics of such a game, see the Lights Out Mathematics page, and for the theory behind counting positions see Burnside's Lemma on the Useful Mathematics page.

Solution:

Simply press a button if an even number of the adjacent buttons are lit. Repeat this until the puzzle is solved.

Type 2:

This type of game play is the same as type 1, except that only lit buttons can be pressed. Pressing an unlit button has no effect on the lights.

A simple computer search shows that 2079 positions are attainable, and that it can always be solved in at most 10 button presses.

Depth   Positions
01
112
236
380
4185
5300
6475
7480
8312
9152
1051
Total2,079

In Sloane's On-Line Encyclopedia of Integer Sequences this is included as sequence A080562.

Solution:

This is solved in a similar manner as before, except that you just press lit buttons. Simply press any lit button which has an even number of lit neighbours. Repeat this until the puzzle is solved. There are however 5 types of position which has no lit buttons with an even number of lit neighbours and these should be avoided if you want to use the minimum number of moves. These are:

  1. There are 4 lights on; two adjacent lights and the two on the exact opposite side of the puzzle. Just press any light and continue. This is exactly 10 presses from being solved.
  2. There are 6 lights on; all the lights in one hemisphere are lit, the other half is unlit. Just press any light except for the central one, and continue. This is exactly 8 presses from being solved.
  3. There are 6 lights on; three adjacent lights (in a triangle), plus three lights which are adjacent to only one of the other three. Just press any light and continue. This is exactly 8 presses from being solved.
  4. There are 4 lights on; two separate sets of adjacent lights. Note that this time (unlike case 1 above) one pair does not lie exactly opposite the other. Just press one of the lights for which the button exactly opposite is lit, and continue. This is exactly 6 presses from being solved.
  5. There are 8 lights on; two adjacent buttons are unlit and the two on the exact opposite side of the puzzle are also unlit. Just press any light that lies adjacent to both sets of unlit buttons and continue. This is exactly 6 presses from being solved.

Type 3:

With this type of game play only unlit buttons can be pressed, and then all buttons EXCEPT the adjacent ones change. Pressing a lit button has no effect on the lights.

A simple computer search shows that all positions are attainable, and that it can always be solved in at most 12 button presses.

Depth   Positions
01
112
230
3140
4291
5440
6660
7792
8727
9572
10302
1192
1237
Total4,096

In Sloane's On-Line Encyclopedia of Integer Sequences this is included as sequence A080563.

Solution:

Solving this is very similar to type 2, except that now you only press unlit buttons, and the number of lit neighbours must be alternately odd and even. I do not know of an easy way to determine what the parity of your first move should be, odd or even. Simply choose any first move, and from then on alternate the parity. If you have done 12 moves and still have not solved it, then you must have started wrong. You may also come upon a position where there are no moves of the parity you are looking for.

Generally, in any position that is an odd number of moves from being solved, the next button pressed should have an odd number of lit neighbours. Similarly, positions an even number of moves from solved usually have an even next move. If there are moves of the right parity, then they will always be good moves. There are however a few exceptional positions where there are no moves of the correct parity. In all these cases, any single move of the wrong parity is good, and then just continue as if that move were the correct parity. These cases are:

  1. There are 2 lights on; two on exactly opposite sides of the puzzle. This is exactly 4 presses from being solved.
  2. There are 6 lights on; two adjacent lights are on, all those adjacent to either of these are off, and the remaining 4 are on. This is exactly 4 presses from being solved.
  3. There are 8 lights on; three adjacent buttons (in a triangle) are off, and one on the opposite side of the puzzle is also off. This is exactly 6 presses from being solved.
  4. There are 6 lights on; three adjacent buttons (in a triangle) are off, and the three on the exact opposite side of the puzzle is also off. This is exactly 8 presses from being solved.
  5. There are 10 lights on; two non-adjacent non-opposite buttons are off. This is exactly 8 presses from being solved.
  6. There are 6 lights on; a ring of 5 lights are on, and the one non- adjacent light is also on. This is exactly 10 presses from being solved.
  7. There are 6 lights on; three adjacent lights are on, and the three buttons adjacent to two of the first three are also on (these six form a large triangle). This is exactly 10 presses from being solved.
  8. There are 10 lights on; two opposite lights are off. This is exactly 12 presses from being solved.

A way to solve the puzzle in relatively few moves is therefore like this:

  1. Find any unlit button, and check whether it has an even or odd number of lit neighbouring buttons.
  2. Press the button.
  3. If the last move was even, then find any unlit button which has an odd number of lit neighbours, and if the last move was odd then find any unlit button which has an even number of lit neighbours.
  4. Press the button.
  5. Repeat c-d, until:
    1. You have solved it.
    2. You have done 12 or more moves. You must have chosen the wrong parity to start with, so do a move of the same parity as the last one and go back the steps c-d to try again.
    3. You are in a position that is not one of those listed above, but has no move of the parity you are looking for. You must have chosen the wrong parity to start with, so do a move of the same parity as the last one and go back to steps c-d to try again.
    4. You are in a position that is one of those listed above. Do any move, and go back to steps c-d to continue, keeping in mind that the next move will need to be odd.

Type 4:

With this type of game play only lit buttons can be pressed. If the button opposite the pressed one is on then the effect is as type 1/2, i.e. the adjacent 5 lights change. If the button opposite the pressed one is off, then all buttons except the pressed one change. Pressing an unlit button has no effect.

Depth   Positions
01
124
230
312
4180
5492
6735
71,460
81,101
960
Total4,095

In Sloane's On-Line Encyclopedia of Integer Sequences this is included as sequence A080564.

This shows that all positions can be solved in at most nine moves, except of course the position with no buttons lit which is impossible.

Solution:

The following method is not the fastest, but it will solve the puzzle fairly quickly.

  1. If fewer than half the buttons are lit, then press any lit button which has an unlit button opposite. Now at least half the buttons are lit.
  2. If there is any lit button with a lit button opposite, and with fewer than 3 lit neighbours then press it. This increases the number of lights that are on further.
  3. Repeat step b as long as possible.
  4. If all the unlit buttons have a lit button on the opposite side of the puzzle, then each of the unlit ones can be solved by pressing its opposite twice, and then the button itself once.
  5. There are only 3 cases remaining that are not solved this way:
    1. Two adjacent buttons and their opposites are off. Find the two buttons that are next to both the adjacent unlit buttons. Press them, and go back to step b.
    2. One unlit button and its opposite are unlit. Press any button adjacent to an unlit one to light it up, then press the originally unlit button itself, and go back to step b.
    3. Two adjacent unlit buttons, and one unlit button opposite. Press the lit button opposite one of the unlit buttons, and go back to step b.