This site requires JavaScript, please enable it in your browser!
Greenfoot back

Super_Hippo's Comments

Back to Super_Hippo's profile

Looks like the java heap size error occurs earlier on the website. In Greenfoot, I can load the game, here it stops at about 60%. :S
I played it now and then for some days, not more than a few hours total I think. Why not playing a good game longer than five minutes? ^^
Hm, interesting, now it works as it should. I don't know why the scenario stopped yesterday...
If you use the TNT to North or West at the beginning, the scenario stops.
Well, I was completely lost, so I looked at the source code to find the mini map. Then I went to the position of the warp. I think the warpdestiny should be the position of the other warp in the map. As it is right now, you get teleported to the position of the first warp, so you don't move at all. This way you can't reach the exit or do I have to do something else? Btw, to everyone who loses track in the map source code: Press Ctrl+F and type in "0". Then all 0 will be visible and you can find your way. ;) It would be funny to have something like a summary. So you can look up what route you took. Maybe after reaching the exit. To do this, you could create an image and draw a colored line every time you move. And then, when it is needed, you display that image.
Super_HippoSuper_Hippo

2014/11/27

Update the scenario and check the "publish source code" box bottom left to make it downloadable. You can also make a world with buttons to choose the map and create the map then.
That's funny how it's like 2 Tetris games above each other ^^
Oh and because I wrote it here, too. Storing only didn't work because of Java 8. Same thing with the bug which made it necessary to reset before playing. Should be all good now :)
Alright, thank you!