Move the box is an iphone game which can be downloaded from: http://itunes.apple.com/us/app/move-the-box/id491113310?mt=8
I need an idea to start creating an algorithm for generating levels for this game automatically.
Any help is appreciated.
Move the box is an iphone game which can be downloaded from: http://itunes.apple.com/us/app/move-the-box/id491113310?mt=8
I need an idea to start creating an algorithm for generating levels for this game automatically.
Any help is appreciated.
It's very easy. Start from an empty board and apply the rules of the game BACKWARDS, i.e. add a row of three boxes, or make a move that could be made in its reverse direction in the real game (in your generator, boxes fall upwards).