gomercin / LMUJS

[Cocos2D JS] Line Me Up source code rewritten in JavaScript (Cocos2d JS)
0 stars 0 forks source link

Add auto-shuffle #4

Closed gomercin closed 6 years ago

gomercin commented 8 years ago

Shuffle the board by moving original rows/columns randomly (without animation).

Is there a possibility of a parity error; if we randomly change the nodes, is it possible to have an unsolvable puzzle? If not, randomly change the nodes

gomercin commented 6 years ago

implemented in b358973e4bbb0908046a38b7d77e797c5a79ac27 (by making hidden moves, so parity error should not be possible)