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

Max-Felix's Comments

Back to Max-Felix's profile

Max-FelixMax-Felix

2014/11/27

wait, are you able to download the programm and out in the new map? if not, how can i do that?
Max-FelixMax-Felix

2014/11/27

tell me what you think about it. i know, sometimes a way is not shown if you are too far away... if u like it, try this map xD //Kinda hard int x=11; int y=13; int dir=4; int map[][]={ {1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1,}, {1,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,1,}, {1,0,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,0,1,}, {1,0,1,0,0, 0,0,0,0,1, 0,1,0,0,1, 1,0,0,0,0, 0,0,1,0,1,}, {1,0,1,0,1, 0,1,1,0,0, 0,1,0,1,0, 0,0,1,1,0, 0,0,1,0,1,}, {1,0,1,0,1, 0,1,1,0,1, 0,0,0,0,0, 1,1,1,0,1, 1,1,1,0,1,}, {1,0,1,0,0, 0,0,1,0,1, 0,1,0,1,1, 1,0,0,0,1, 1,1,1,0,1,}, {1,0,1,1,1, 1,1,1,0,1, 1,1,0,0,0, 0,0,1,0,0, 0,0,0,0,1,}, {1,0,1,1,1, 1,1,0,0,0, 1,1,1,1,0, 1,1,1,1,1, 0,1,1,0,1,}, {1,0,1,1,1, 1,0,0,1,0, 1,0,0,0,0, 1,0,0,0,1, 0,0,1,0,1,}, {1,0,0,0,1, 1,1,0,1,0, 1,0,1,1,1, 1,1,1,0,1, 1,1,1,0,1,}, {1,0,1,0,0, 0,0,0,0,0, 0,0,0,0,1, 2,0,0,0,1, 1,1,1,0,1,}, {1,0,1,1,1, 1,1,1,1,1, 1,0,1,1,1, 1,1,1,0,1, 1,1,1,0,1,}, {1,0,0,0,0, 0,0,0,0,0, 1,0,1,0,0, 0,0,1,0,0, 0,0,0,0,1,}, {1,0,1,1,1, 1,1,1,1,1, 1,0,1,0,1, 1,0,1,0,1, 1,1,1,0,1,}, {1,0,1,1,1, 1,1,1,1,0, 0,0,0,0,1, 1,0,1,0,0, 0,0,1,0,1,}, {1,0,1,0,0, 0,0,0,1,0, 1,1,1,0,0, 0,0,1,1,1, 1,0,1,0,1,}, {1,0,1,1,1, 1,0,1,1,0, 0,0,1,1,1, 0,1,1,0,0, 0,0,1,0,1,}, {1,0,0,0,0, 0,0,0,1,1, 0,1,0,0,0, 0,0,1,1,0, 1,0,0,0,1,}, {1,0,1,1,1, 0,1,0,0,0, 0,1,0,1,1, 1,0,0,0,0, 1,0,1,0,1,}, {1,0,1,1,0, 1,1,1,1,1, 0,1,0,1,1, 0,0,1,1,0, 0,0,1,0,1,}, {1,0,1,0,0, 0,0,1,0,0, 0,0,0,1,0, 0,0,1,1,0, 1,0,0,0,1,}, {1,0,1,1,1, 1,0,1,1,1, 0,1,0,1,1, 1,1,0,1,0, 1,1,1,0,1,}, {1,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,0, 0,0,0,0,1,}, {1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1, 1,1,1,1,1,} }; ty for any help, comments or ideas