This site requires JavaScript, please enable it in your browser!
Greenfoot
Username
Password
Remember Me?
Sign Up, Lost Password
Activity
About
Documentation
Download
Discuss
Scenarios
Max-Felix's Comments
Back to Max-Felix's profile
« Newer
1
...
3
4
5
Max-Felix
2014/11/27
Doom
wait, are you able to download the programm and out in the new map? if not, how can i do that?
Max-Felix
2014/11/27
Doom
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
« Newer
1
...
3
4
5
X
2014/11/27
Doom
2014/11/27
Doom