JUDGES! I UPLOADED THE WRONG VERSION!!
I know I submited a little late, but anyway, I want the right version to go around... the one I sent opened the random level, because I was testing something.... so the game doesn't start from the start!
Here's the correct version, please replace the one I uploaded!!
www.rainyengine.com/RainyMirrorLPC.zip
Hah, The same thing happened to me (But I reuploaded the 'good' version before the deadline')
I hope technical mishaps such as this one don't impact the game score though, good luck!
Is the "correct" version in your code repository with a date that's before the end of the contest?
Perhaps you could explain then what to change in the code in order to start from the proper start
OH, it's easy to correct...
GameRunner.java line 161
should say:
gr.setCurrentStage(stage);
instead it says:
gr.setCurrentStage(stage.getDownStage().getDownStage().getDownStage()); or something like that...
That's the change made...