Under rating threshold (hideshow)
You can make loops... this is how:
1. Add "Function 1" command on Main Method.
2. Add any commands you need in the Function 1 Command box.
3. At the end, add the "Function 1" command in the Function 1 command box. ****THIS WILL MAKE FUNCTION 1 REPEAT ITSELF CONTINUOUSLY****EXAMPLE OF LOOP: http://www.youtube.com/watch?v=9zy7T-b62sE
Under rating threshold (hideshow)
You can make a loop by recurrence (yes, it won't end, because You don't have conditionals and breaks in the game; because it's just a game)
1. To main method put "F1".
2. Put something to function1 (e.g. turn right, then light up)
3. End function1 with "F1" icon.
Under rating threshold (hideshow)
easy till level10, i'l do the rest tomorow cuz i'm getting sleepy lol. not many different commands though. cool game, i like it. the music is nice and distracts me lol
Under rating threshold (hideshow)
188. It would be helpful if you highlighted whichever command is currently being performed by light-bot so it's easier to make corrections. : )
Under rating threshold (hideshow)
Congratulations! You just won the Friends with Functions Badge and 30 points!
Done without a walkthrough. It's semi-easy with programming experience :P
Under rating threshold (hideshow)
Level 1: Main: Up Up Light.
Level 2: Main: Left F1 Up Up F1 Light. Func1: Up Right Up.
Level 3: Main: F1 Left F1. Func1: F2 F2 F2. Func2: Up Jump Light.
Level 4: Main: F1 F1 Right F1 F1 F1 Light. Func1: Up Jump Up.
Level 5: Main: F2. Func1: Jump up Light. Func2: F1 F1 Left F1 F2.
Level 6: Main: F1 F1 F1 Right F1 Left F1. Func1: F2 F2 F2 Right. Func2: Jump Up Light.
Level 7: Main: F1. Func1: F2 F2 Up F1. Func2: Right Up Light Right.
Level 8: Main: Jump F1. Func1: F2 F2 F2 Right F2 F1. Func2: Light Up.
Level 9: Main: F1. Func1: F2 Light F2 Left F1. Func2: Jump Light Up.
Level 10: Main: F2. Func1: Up Up Up Light Jump Left Jump Jump. Func2: F1 Left F1 Up Right Jump Jump F2.
Level 11: Main: F1. Func1: Left F2 Left Left F2 Left Up F1. Func2: Jump Jump Light Jump Jump Light Jump Light.
Level 12: Main: Up Jump F1 F1 F1 F1 Left F1 F1 F1. Func1: F2 F2 F2 Right. Func2: Jump Light
Under rating threshold (hideshow)
Is there a reason why recursion isn't supported? I solved Level 10 with a brilliant amount of commands with recursion, but apparently it only measures success when the program terminates :/
Under rating threshold (hideshow)
i found lvl 10 easy :S, and my solution were pretty better than walkthrought.. still i thought lvl 11 nuch harder ^^..
its a pity i havnt print screend my lvl 10 solution QQ
Under rating threshold (hideshow)
204 at first try ... really nice game, maybe i'll play again later to get some less command :) ... and again ... again.... again ...