It took significantly longer than I expected, but the RoboZZle demo video is finally on YouTube.
The video made the reddit front page, so you can read the usual mixture of insightful, funny, and outright insane comments on the reddit page and the YouTube page.
My favorite funny comment is this one:

And finally, this is the video:
Tags: RoboZZle
I don’t understand how to sign up for an account on the robozzle site
Do you have Silverlight installed? If not, you need to install it… you should see a link at http://robozzle.com. Once you have Silverlight installed, go to http://robozzle.com again, and the ‘Register’ link will be in the top right corner of the game.
I do have it installed and I’ve been playing the game, but I don’t see a register link. On the right side, I see a “most puzzles solved” switching with “most solved today” but there doesn’t appear to be anything else to me.
I figured it out. I’m on a UMPC, so my vertical resolution is only 600. It was cutting off the top of the screen. By doing fullscreen mode (f11) I was able to see it.
Thanks for your help and for a great game! You should make an iPhone port
Hey! I love the game.
I would like to write an algorithm that would solve the puzzle and compare different algorithms: Simulated annealing, Genetic algorithm.
Any chance you provide some API for the game, or release the code?
Thanks!
Hi Eylon,
The game is already sufficiently open to allow you to implement a solver:
- The server code is open-source: http://robozzle.codeplex.com/
- The javascript client is also open-source, in the same codeplex project
- There is an existing open-source RoboZZle solver. It is not very optimized, and it loads screenshots… In the meantime, I added better ways of getting at the puzzle data.
Keep me updated on how your project goes, and let me know if you need some assistance or ideas.