Under rating threshold (hideshow)
Man, if recursive functions as solutions were allowed... it would be freakin' sweet!
For example, I know an 8 instruction recursive solution to level 2, and a couple others to other levels:
Main: Ahead, Left, F1.
F1: Ahead, Bulb, Ahead, Right, F1.
Bot takes longer to solve the level than the direct method, but uses 2 less instructions.
Under rating threshold (hideshow)
Drag and drop isn't necessary. A better system would be to click on a command and have it entered and click on one you have placed to remove it.
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! View all badges. it was easy.
Under rating threshold (hideshow)
sweet 180 commands that was awesome! sequal please with a bit more fuctionality in it. add a pick up/drop function, maybe have floor tiles that affect the char. Please give me a better option than dragging and dropping commands tho. a 1-9 hotkey maybe. and put commands in a queue instead of a slot so I don't have to shift them all down to put one new one in. Great game tho!
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!
View all badges.
LOL - easiest 30 points I've gotten in a long time. ^^
Under rating threshold (hideshow)
f lvl ten haha cant figure it out. but then again i aint a nerd like anyone who has beaten this game so i really dont care
Under rating threshold (hideshow)
Cool game but, I had to use a walkthrough to figure out the last 3 levels. This game is way too smart for me... or I'm just not a programmer. ;)
Under rating threshold (hideshow)
Cool game. Like it very much. 5*
The f1 and f2 are functions, you can use them many times.
Double speed would be a nice addition to gameplay.
Under rating threshold (hideshow)
Bahhh... now i know how you get less then 166 commands... didn't realize that you are allowed to have infinity loops as long as you light all the bulbs... that is cheating imo though ^^
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!
View all badges.
With 198 Commands
=]
Under rating threshold (hideshow)
Not quite the same as programming... in programming we use actual languages and aren't limited by number of commands. Nice game tho.
Under rating threshold (hideshow)
TO USE THE FUNCTIONS READ THIS - Some people have been asking about this so ill try to explain. The functions are a way to repeat command. As an example if you wanted to walk around in a square. Not using the function, i would do this - main(forward,left, forward,left, forward,left, forward,left). This is 8 commands in your main. Using the function i would do this - f1(forward,left) main(f1,f1,f1,f1). Now there is only four commands in your main. These are two DIFFERENT ways of doing the EXACT SAME THING, only using the function takes up less room in your main. Now this is a very basic example, and in it it actually uses more commands, but with it it saves room in your main area, and you can do much more complex maneuvers, especial when you add in using the f2. Hope this helps, and if you need any more help on this feel free to pm me. Good Luck!
Under rating threshold (hideshow)
This is one of my favorite game concepts on all of Kongregate. I hope you find the time to expand to include more puzzles and commands.
As a commenter below me mentioned, I do think you could slightly improve the UI - maybe just by allowing the user to select multiple commands to be moved at the same time?