Under rating threshold (hideshow)
The only really difficult level is level 10. I only managed by jumping out of the structure after having lit the light on the right.
Under rating threshold (hideshow)
Dude! You just completed the Friends with Functions achievement in light-Bot and won the Friends with Functions badge and 30 points!
BOOYAH
Under rating threshold (hideshow)
Finished, finally. use the link panko posted (http://www.youtube.com/watch?v=1rVQBDxDsG8) if you're stuck on a level.
Under rating threshold (hideshow)
Dude! You just completed the Friends with Functions achievement in light-Bot and won the Friends with Functions badge and 30 points!
Under rating threshold (hideshow)
Friends with Functions
Dude! You just completed the Friends with Functions achievement in light-Bot and won the Friends with Functions badge and 30 points!
jesus christ finally. took me 192 commands lul
Under rating threshold (hideshow)
Awesome game concept! It would be nice to have a level editor though.
@Sketh: You can use recursion in this game. The level ends when all blue floors are lit AND "a function ends". That means you can put both F2 and F1 command in F1, and the level will end when F2 ends, causing no problem.
Under rating threshold (hideshow)
Dude! You just completed the Friends with Functions achievement
211 commands used... I cheated used you tube on last 2 levels... Sorry got sick of trying...
Under rating threshold (hideshow)
You can't use recursion in this game because there's no way to include a base case. (That translates to: don't make functions that use themselves).
Under rating threshold (hideshow)
Dude! You just completed the Friends with Functions achievement in light-Bot and won the Friends with Functions badge and 30 points!
Under rating threshold (hideshow)
Dude! You just completed the Friends with Functions achievement in light-Bot and won the Friends with Functions badge and 30 points!
completed with 197 commands
Under rating threshold (hideshow)
Level 11 is fairly straightforward.
Set F2 to Light-Forward-Light-Forward-Light-Forward-Light-Forward.
Now, set F1 to:
F2-F2-Left-Jump-Left-F2-F2-Right
Experiment with those two functions and you should be able to find a solution.