Under rating threshold (hideshow)
perhaps it would be nice to add some more instructions, to offer some more programming sturctures.
loops if's and stuff
Under rating threshold (hideshow)
Level 10 is by far the hardest as it involves slightly more abstract thinking whereas 11 and 12 are simple procedural logic puzzles.
181 commands.
Under rating threshold (hideshow)
Well that was fun. Nice little delve in to basic programming. Definitely got challenging in the later levels to figure out what patterns you could repeat. 5/5
Under rating threshold (hideshow)
all ppl listen up! there is a walkthrough that shows u how to beat the game! tell everyone about it! http://www.youtube.com/watch?v=3O7ZQ7SdQbQ
Under rating threshold (hideshow)
i think the game should rate u on how many steps u took to complete the game... i got 194 but i wanna know how much is the least needed...
Under rating threshold (hideshow)
* M = Move: First Command on the List. Moves forward your bot 1 square.
* TC = TurnC: Turn Clockwise. Second cmd. Turns Clockwise on same square.
* TCC = TurnCC: Turn Counterclokwise. Third Command.
* J = Jump: Makes your bot jump on one square up/down and forward.
* L = Light: Lights up your Bot. You have to light up all blue squares.
* F1: Alternative Function1. Order commands on the Funct.1 Slot.
* F2: Alternative Function2. Order commands on the Funct.2 Slot.
Light Bot Walkthrough for Level 7
Main Method:
F1, TC, M, TC,
F1.
F1:
L, M, L, M,
L, M, L, F2.
F2:
M, L, M, L,
M, L, M, L.
Under rating threshold (hideshow)
bloody nice thinking game... onli i felt lv 1 - 9 was easy... lv 10 was like... O CRAP WTH? the rest are easy... But i completed teh game! ^^Yay me
Under rating threshold (hideshow)
That was an incredibly fun puzzle. Didn't find it as easy as some people bragging here did but I still enjoyed it a ton. Thanks Coolio Niato. 5/5
Under rating threshold (hideshow)
Let me post a hint on L10 here -- it is ok to put some commands in the functions that do not always have an effect on all runs of the function (i.e., jump if nothing to jump, forward if forward is not legal); that trick can make functions much more re-usable. 189 commands.
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)
It should say what level you're on somewhere. I got the first badge and the card, but I don't know which one is actually stopping me...