| |
mstram Account closed
Registered: Dec 2013 Posts: 112 |
Release id #55759 : Logic +2H
Level 1 appears to be beyond my feeble brain's capability ;)
What are the moves to solve it ?
And while trying to analyze / hack the game, I tried to figure out the number of possible arrangements of the cubes.
Being the non-math genius that I am, I did a crude manual diagram :
0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1
Then drew out the possibilities, and came up with 52 possible arrangements. Is that right ?
How can the possibles be calculated ?
I was thinking it was some kind of choose / combination formula, but I can't figure out what numbers to plug into
this calculator :
http://www.calculatorsoup.com/calculators/discretemathematics/c..
I tried n=8, r=2, but I get 28 combinations.
With n=16, r=2 I get 120. |
|
| |
mstram Account closed
Registered: Dec 2013 Posts: 112 |
There's also this permutation calc, which might be more relevant ?
http://www.calculatorsoup.com/calculators/discretemathematics/p..
Again, I can't figure out what numbers to plug in though. |
| |
Fred
Registered: Feb 2003 Posts: 285 |
Nice game. However, level 5 seems to have a bug. There are 3 black blocks at the right side while at the left side there are four. It's therefore impossible to solve that level unless there is some magic trick to change the color of a block. |
| |
mstram Account closed
Registered: Dec 2013 Posts: 112 |
>However, level 5 seems to have a bug.
Nice subtle brag ;)
There are 3 or 4 versions of what appears to be the same program (at least judging by level 1 ;). Maybe try a different version, just search for "logic".
And as for the 52 possibles, seems I was off by just a "little bit", it's more like 12,870 ;) |