Games Achievements My Kong Sign In

Comments for light-Bot

« Back to light-Bot

Crabby2122

May. 08, 2014

Under rating threshold (show) Enderherobrine: f1 activates the first function, the function works like any other command Main: Forwards, f1 First function: Turn right, forward, lightbulb Output: Goes forward, turns right, goes forward, lights up

+ - !

(0)

enderherobrine

May. 02, 2014

Under rating threshold (show) i need help with the Functions.

+ - !

(0)

tfried

Apr. 30, 2014

Under rating threshold (show) I wish there was a level selection screen, showing the number of commands you used for each level (and possibly the lowest known number of commands for that level) so you can go back and try to optimize your programs.

+ - !

(3)

Carnildo

Apr. 27, 2014

Under rating threshold (show) I found level 10 to be the hardest. 11 and 12 have obvious patterns to turn into functions, but I only found one repeated operation in 10; I used the other function for more code space.

+ - !

(2)

Partizanka

Apr. 24, 2014

Under rating threshold (show) I liked it very much, fun brain work... =] 10th lvl in hard mode gave me hell, but made it through eventually^^

+ - !

(1)

GHSellisx

Apr. 23, 2014

Under rating threshold (show) gg

+ - !

(1)

tkdrocker806

Apr. 19, 2014

Under rating threshold (show) And @stinky472, I agree that for it to be a robot, it needs sensor feedback, and that infinite loops that are broken by sensor feedback are how many people actually program, it detracts from the challenge of the game. For an autonomous robot, you would have it simply stop when all blue lights are lit. But for the purpose of the game, you don't want that. The game isn't meant to precisely simulate actual programming, but make a puzzle game using elements of programming.

+ - !

(1)

tkdrocker806

Apr. 18, 2014

Under rating threshold (show) Never found this game fun because it was always way too hard for me. Now that I actually do programming, it comes somewhat easier. Still pretty hard though. But no longer frustrating. 5 stars + fave!

+ - !

(1)

DouglasA83

Apr. 17, 2014

Under rating threshold (show) its very interesting to play though it gets very tough past level 10.

+ - !

(0)

972003justin

Apr. 09, 2014

Under rating threshold (show) Wow did the mine now really stop? its ½ hour later!!

+ - !

(0)

972003justin

Apr. 09, 2014

Under rating threshold (show) NEW TAG MDFKAS (idle) if you look at my post before this one xD

+ - !

(0)

972003justin

Apr. 09, 2014

Under rating threshold (show) in F1 do forward turn forward turn forward turn forward turn in F2 do F1 F1 F1 F1 F1 F1 F1 F1 and in the real commands do F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 F2 :p

+ - !

(3)

972003justin

Apr. 09, 2014

Under rating threshold (show) confused :|

+ - !

(0)

manch455

Apr. 06, 2014

Under rating threshold (show) What a truly sensational game.

+ - !

(0)

Antwan2

Apr. 06, 2014

Under rating threshold (show) I know it's too long to leave a review now, but I just gotta say it was an awesome game that did give insight to how conditionals and functions work. I managed to beat it in 169 moves and those last three levels really gave me trouble. 4/5

+ - !

(0)

n00b_guy

Mar. 31, 2014

Under rating threshold (show) I love making infinite loops. (Function inside function Example: F1: Forward, Turn, F1)

+ - !

(0)

DedGrimm

Mar. 30, 2014

Under rating threshold (show) I have no programming skills, but had fun and solved the first 9. After that I had no idea how to proceed and had to look up the answers. :-(

+ - !

(1)

Sierrajeff

Mar. 30, 2014

Under rating threshold (show) If everything's click based, I should be able to click (not hit space) to "continue". Programming should be easier - click on the icon and it automatically appears, and/or if you drag an icon to the middle of the command list it inserts itself there.

+ - !

(0)

binaryprogrammer

Mar. 29, 2014

Under rating threshold (show) You don't need the second function for several of the levels.

+ - !

(1)

binaryprogrammer

Mar. 29, 2014

Under rating threshold (show) the message for the hard badge is sooo true! "We know this is easy if you're a programmer." Oh, and thank you Coolio Niato for calling me brilliant also on the hard badge.

+ - !

(1)

lxdamad

Mar. 23, 2014

Under rating threshold (show) 11 and 12 are with repetitive tasks. You don't even need F2 on level 12. For level 10, the worst of all - hint: go down after you light the first light.

+ - !

(0)

menacingduck

Mar. 20, 2014

Under rating threshold (show) Awesome game. It's got enough of a platforming element to it that it doesn't seem like just reading a textbook but the solutions to all the puzzles are very logic-based and don't resort to gimmicks like you see on many puzzle platformers. Good balance. This is definitely the kind of videogame that does NOT fry one's brain, this shit enhances your brain.

+ - !

(-1)

smigolpol

Mar. 15, 2014

Under rating threshold (show) Quite a fun and challenging game. Levels 10-12 are good examples of common problems in programming(10th is a nightmare). The level design is great, I am a programmer myself, but the last levels weren't so easy or obvious even to me, they were very clever and tricky to solve. I'm sure it's an entertaining puzzle game to non-programmers as well. It definitely is a good practise for the brain.

+ - !

(1)

Asmael

Mar. 11, 2014

Under rating threshold (show) private void comment(int n){ System.out.println("Definitely a very challenging and entertaining game, nicely done :) rated "+n+"/5"); } private int rating=5; comment(rating);

+ - !

(1)

gamekid54

Mar. 08, 2014

Under rating threshold (show) I don't understand why I need to push space to go to the next level of an otherwise mouse-only game. I had to test to make sure I understood which the program read (for some reason I was expecting top-to-bottom left-to-right...), so the lighting commands thing suggested in a high comment would be great. It feels a little easier than most drag-n-drop systems I've used to drop in the wrong square, so an undo feature would be nice; if I overwrite something I might not remember what I put there. But those are all little usability issues on top of what looks like a pretty cool puzzle :).

+ - !

(-2)

MonkeySemtex

Mar. 07, 2014

Under rating threshold (show)

+ - !

(-3)

JDMiller95

Mar. 05, 2014

Under rating threshold (show) I played to level 10, then closed the window .... it claimed that it'd load at the last auto-saved location, but then why am I back at the beginning of level one? Severely annoyed.

+ - !

(0)

byronli111

Mar. 04, 2014

Under rating threshold (show) Isn't this in a Stanford college programming course? I saw something like this online called Karel the Robot.

+ - !

(0)

aznph8playa

Mar. 04, 2014

Under rating threshold (show) If you were able to finish level 12, please do the world a favor and watch this video: https://www.khanacademy.org/hour-of-code/hour-of-code-tutorial/v/welcome-hour-of-code

+ - !

(2)

InimaCzarnik

Mar. 04, 2014

Under rating threshold (show) cute

+ - !

(0)

rurikking

Mar. 03, 2014

Under rating threshold (show) Protip: Write the steps needed out and look for patterns

+ - !

(2)

AskariA1

Mar. 02, 2014

Under rating threshold (show) Finally beat level 12. Why isn't there an acheivement for it? :)

+ - !

(0)

Sindri42

Mar. 01, 2014

Under rating threshold (show) Protip for level 10: light the squares in the other order.

+ - !

(0)

Sindri42

Mar. 01, 2014

Under rating threshold (show) Guh. Level 10. Don't have room for enough commands, and there's very little that I can do by repetition...

+ - !

(0)

graven2722

Feb. 28, 2014

Under rating threshold (show) =D

+ - !

(0)

graven2722

Feb. 28, 2014

Under rating threshold (show) The 9th level is hard for sure... I'm stuck

+ - !

(0)

OL1V3

Feb. 23, 2014

Under rating threshold (show) The 9th level was the hardest for me; if I recall correctly.

+ - !

(0)

OL1V3

Feb. 23, 2014

Under rating threshold (show) I won!

+ - !

(0)

Frozenheroe

Feb. 22, 2014

Under rating threshold (show) LOL looked at the first level and said "f*ck this"

+ - !

(0)

malexandreb

Feb. 15, 2014

Under rating threshold (show) also F1 and F2 ... the number should be be more obvious ... how hard is it to make something readable?

+ - !

(0)

malexandreb

Feb. 15, 2014

Under rating threshold (show) interface too minimalistic, need the reset button to be located somewhere else or look different, hit it so many times instead of stop (stop means stop execution, reset means reset the arena to me ...) and that is frustrating.

+ - !

(0)

Pandah

Feb. 15, 2014

Under rating threshold (show) Great game, albeit a little short and rather easy. Great introductionary levels and the difficulty ramped up quite nice. Level 11 was the only hard one for me, not completing it in less than 90 sec and after that 12 felt like a walk through the park. I believe this game has incredible potential and deserves around 25 levels to really make it difficult. Loved it! Keep up the good work.

+ - !

(0)

Slickspit

Feb. 13, 2014

Under rating threshold (show)

+ - !

(-5)

awdwa156

Feb. 09, 2014

Under rating threshold (show)

+ - !

(-5)

awdwa156

Feb. 09, 2014

Under rating threshold (show)

+ - !

(-3)

Haiqal302

Feb. 09, 2014

Under rating threshold (show) it easy

+ - !

(1)

keshawnthepro

Feb. 09, 2014

Under rating threshold (show) me too

+ - !

(-2)

SkuineaPig

Feb. 08, 2014

Under rating threshold (show)

+ - !

(-3)

maputode

Feb. 07, 2014

Under rating threshold (show) no need to explain, checked it on youtube... Danke anyway!

+ - !

(0)

maputode

Feb. 07, 2014

Under rating threshold (show) I did get it... Please, explain how to play the game.. Danke!

+ - !

(0)

  • add a comment
Developers Players Support YouTube TikTok X (Twitter) LinkedIn
Join the conversation Join Discord
Terms Privacy Code of Conduct
© 2024 Kongregate