Under rating threshold (hideshow)
I find it amusing, all those that claim to be programmers, that even if you WERE a programmer, those skills wouldn't help you. This game isn't programming the basic functions, it's a puzzle about what order to use the already set movements in. A programmer would have just as much trouble with this as anyone else. Turn off your egos--no one will worship you for faking being a programmer.
Under rating threshold (hideshow)
Friends with FunctionsDude! 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)
awesome game first nine levels real easy tho can u fix where when u add a command to any line sometimes it either delete or changes some existing commands on your board if you just barely set it just a little off, confused my commands and took me a couple minutes to figure out what happened to fix
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!
Under rating threshold (hideshow)
Everything except level 10 is pretty easy if you think logically. I'm still not really sure how 10 works, I just used a walkthrough
Under rating threshold (hideshow)
I suck at this game so im gonna say that this game sucks to make myself feel better. (ps, if you dont like the game then dont play it, i thought it was a very good game that wasnt too difficult.) (pps, i am not a programmer in any way)
Under rating threshold (hideshow)
Played this one when it first hit kong and loved it (5/5) and was sooo glad it got badges. 173 commands! Too bad the high scores are getting hacked so completely.
Groceryfiend: Functions are a set of instructions that are usually (though not necessarily) repeated in a program. In this game, suppose you had to jump up a flight of 4 stairs and turn each step blue. You could program it to jump-light-jump-light-jump-light-jump-light (8 commands in the main method.) Alternatively, you could program F1 to be jump-light, then program the main method as F1-F1-F1-F1. The game runs F1 (jump-light), returns to the main method for the next step, runs the function again, etc. That would be 6 total commands.
Under rating threshold (hideshow)
@the jade- you dont press f1, you put it in the method. you know how u make your robot go foward, but the arrows in the f1 section, then put the f1 command box where you would have put the arrows
Under rating threshold (hideshow)
Use this for number 10...
Main program: F1, F2, left, jump, right, F1, F1, F1, F1, left, F2, F1
Function 1: jump, jump, jump, forward, forward, forward, light, right
Function 2: left, jump, left, jump, forward, right, jump
Under rating threshold (hideshow)
@happy i am i dragged the lighbulb into f1 put it on the last square where the up arrow used to be pressed f1 and nothing v.v
Under rating threshold (hideshow)
It deserves the badges and card it got. I beat it:
Dude! You just completed the Friends with Functions achievement in light-Bot and won the Friends with Functions badge and 30 points!
But I am a C++ programmer for like five hours a day so... =)
I'll admit the final level was difficult.
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!
Under rating threshold (hideshow)
very good game, look foward to a sequel with more puzzles maybe. i actualy had 2 look up how 2 do lvl 11 but found 12 surprisngly easy.
very good 4.5/5
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)
hey, thejade, it does tell you ingame how to use functions, you put the actions in the function then use the function action in the main string to call the function
Under rating threshold (hideshow)
:D pretty fun.
but way to easy once you get the hang of it although lvl 12 is a doozy. and 10 is harder than 11 i thought... oh well. YAY :D 3/5.
Under rating threshold (hideshow)
Wheee always happens I complete the game and then points and badges come out. So since there isn't a magical save button. I done it again :) cheers! >:P grrrr
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!
.... That was a actually a fun but hard game... Way to go on making something like this =D
Under rating threshold (hideshow)
the functions are simple. you put the commands in the f1 or f2 sections, and when you want your robot to do whatever function, then you put the f1 or f2 comand in the main comand section