http://www.addictinggames.com/lightbot.htmlBasically you're programming a little robot to maneuver around a 3D grid and turn on lights, the fun comes in getting creative/efficient use of subroutines to circumvent the limited number of available commandsit's no fantastic contraption but my brain had a little fun with it[Edited on September 25, 2008 at 5:16 AM. Reason : you programmers should fly through it]
9/25/2008 5:16:13 AM
I MADE A THREAD FOR YOU!jerk
9/25/2008 5:23:41 AM
this game is keeping me busy today cute stuff
9/25/2008 9:40:11 AM
damnit, level 10 or whatever is kicking my ass
9/25/2008 11:05:18 AM
i just beat that shit - 10 was easily the hardest level for me...but i got it in 195 commands... *shrug*fun game[Edited on September 25, 2008 at 12:12 PM. Reason : lawl]
9/25/2008 11:58:56 AM
This game is pretty win-tacular
9/25/2008 12:03:39 PM
Completed using 211 commands
9/25/2008 1:36:01 PM
This game is a lot of fun. I went back and tried to focus on reducing the number of commands (how many little blocks you put in the windows - not necessarily number of moves), and got a score of 175 commands.Note, I'm not trying to brag or outdo anyone's scores, I just think it's fun and challenging when you really try to get it perfect.
9/25/2008 2:21:06 PM
ttt
9/25/2008 7:04:19 PM
193 commands ...best flash game in a while
9/26/2008 7:00:00 AM
nice! 10 is pretty hard because are just so irregular. there's not much reuse. 11 and 12 were a breeze in comarison.I like how you can use the functions to create an infinite loop.this really makes me want to create a similar game. I think the next logical step is loops. or maybe polymorphism. you know, whichever.[Edited on September 26, 2008 at 6:51 PM. Reason : .]
9/26/2008 6:38:59 PM
ok, i'm hooked.
9/26/2008 7:27:00 PM
I got a couple levels in, but couldn't get past the level with the multiple tiered jumps in between the two lights.
9/26/2008 7:50:03 PM
fucking lvl 10
9/26/2008 9:57:34 PM
srsly, fuck lvl 10
9/27/2008 12:45:27 AM
HAHA! finally beat 10
9/27/2008 1:09:49 AM
completed using 198 commands
9/27/2008 1:29:52 AM
201
9/27/2008 1:53:20 AM
i hate that you can't complete a level if you use infinite looping.
9/27/2008 11:33:47 AM
^agreed, it should be a legitimate solution
9/27/2008 11:43:44 AM
why SHOULD they allow infinite loops? you wouldn't ever write a program with an infinite loop, and this is essentially what you're doing. besides, it's more of a challenge this way.
9/28/2008 4:05:20 AM