Hi folks,
it may sound like a very stupid question but I just don't get what those numbers should mean.
It's definitely NOT coordinates as I checked my solution for the first 20-30 moves myself and it doesn't collide, however the script always tells me "boom at 3 7", "boom at 1 5" or any other numbers never greater than 10.
So, any suggestion?
It would be fine to see _why_ exactly the script doesn't like my solution.
Maybe I submit it the wrong way?
a simple ...urlblahblah.../runaway/index.php?gotolevel=XXX?path=YYYYYYYYY
where YYYYYY is any combination of R and Ds should do it, or am I wrong?
// EDIT: Very strange, it works now. Well okay, maybe it was just the wrong tab where I posted the solution or something like that...
Best regards,
theStack
"boom at ..." What do the numbers mean?
some comments to your url: /runaway/index.php?gotolevel=XXX?path=YYYYYYYYY
1.) multiple parameters are connected with & that means: ?gotolevel=XX&path=YYY is the right syntax
2.) if you open the site with the parameter gotolevel you will get a new generated level, that means your path will (in most cases) not match with the new level .
1.) multiple parameters are connected with & that means: ?gotolevel=XX&path=YYY is the right syntax
2.) if you open the site with the parameter gotolevel you will get a new generated level, that means your path will (in most cases) not match with the new level .