Light Bot is a programming-style puzzle game involving logic for more complex levels that include functions to re-use.
Give commands to your robot to light up the factory. Very soon you will realize though that using the main method on it’s own is not enough and you will have to start creating re-usable functions to achieve the ultimate goal.
Command List:
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 Level 1 walkthrough
Main Method:
M, M, L.
Light Bot Level 2 walkthrough
Main Method:
TC, M, TCC, M,
M, M, M, TCC,
M, L.
Light Bot Level 3 walkthrough
Main Method:
M, J, J, M,
TCC, L, M, L,
M, L.
Light Bot Level 4 walkthrough
Main Method:
M, J, J, M,
TC, M, M, M,
M, M, L.
Light Bot Level 5 walkthrough
Main Method:
J, F1, F1, J,
J, J, L.
F1:
M, M, M, TCC.
Light Bot Level 6 walkthrough
Main Method:
F1, TC, F1, J,
TC, F2, TC, TC,
F2.
F1:
M, J, J, L.
F2:
M, M, M, M,
M, M, L.
Light Bot Level 7 walkthrough
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.
Light Bot Level 8 walkthrough
Main Method:
J, F1, F1, F1,
F2.
F1:
M, L, M, M,
L, TC, M.
F2:
M, L, TC, M,
M, L.
Light Bot Level 9 walkthrough
Main Method:
J, TCC, J, F1,
F1, F1, F1.
F1:
J, L, M, L,
J, L, TC.
Light Bot Level 10 walkthrough
Main Method:
F1, F2, Ligth, TCC,
J, TCC, F1, TC,
J, J, M, L.
F1:
M, M, M, J,
TCC, J, J.
F2:
TCC, J, TCC, M,
TC, J, M, M.
Light Bot Level 11 walkthrough
Main Method:
F1, F1, F2, F1,
F1, F2, F1, F1,
F2.
F1:
L, M, L, M,
L, M, L, M.
F2:
TCC, J, TCC, F1,
F1, TC, J, TC.
Light Bot Level 12 walkthrough
Main Method:
M, J, L, F1,
F1, F1, F1, F2,
F1, F1, F1, L.
F1:
J, L, J, L,
J, L, TC.
F2:
L, TCC.
Online Games Light Bot Logic games walkthrough Flash games Puzzle games Kongregate
Another solution for 12 is:
ReplyDeleteMain: M,J,TC,F1,F1,TCC,F2,L
F1: F2,TCC,F2,TCC,F2
F2: J,L,J,L,J,L
F2 jumps and lights 3 steps. F1 will light 3 sides of a box going Counter-Clockwise. The Main function has it run around the entire outside first, then turns up the middle. You hit the top middle light twice.
I used this for #12:
ReplyDeleteMain: M, J, F1, F1, F1, F1, TCC, F1, F1, F1, L
F1: J, L, J, L, J, L, TC
F2: [none]
This sends you up the middle and around the perimeter, all without using F2.
The TCC in the main method is to counteract the TC in F1, and the final L in the main is to counteract the last L in F1.
Thanks. object oriented programming is very repetitive. I could have sat and done the commands, but god how boring. i needed the 15 points anyway. so thanks for putting the walkthrough up.
ReplyDeleteSlightly shorter code-wise, but less efficient clock-tick-wise solution for 10 uses same F1, F2.
ReplyDeleteMain Method:
F1, F2, Ligth, TCC,
F1, F1, TC,
J, J, M, L.
this walkthrough is good! ( especially on kongregate)
ReplyDeleteAnonymous:
ReplyDeletethere's nothing object-oriented about this.
Just my solution for 12:
ReplyDeleteM,J,L,F2,F2
L,J,L,J,L,J
F1,TC,F1,TC,F1,TC,F1
thankyou,this helped me get the hard acheivement on Kongregate, and a grate guide for anyone wanting to do the same!
ReplyDeleteMy solution for L12
ReplyDeleteMain: M,J,F2,TCC,F2,F2,TCC,J,L,J,L
F1: J,L,J,L,J,L
F2: F1,TCC,F1
5 is very wrong
ReplyDeleteMy solution for L11
ReplyDeleteBot walk throughout whole of the fields. All of any grey square.
Main Method:TCC,F2,M,TCC,F2,M,TCC,F2,M,TCC,F2
F1:L,J,L,J,L,J,L,J
F2:F1,F1,TC,M,TC,F1,F1,TCC
My level 10 solution:
ReplyDeleteMain Method: F1,TCC,F1,TC,F1,F2,TC,J,TC,F2.
FUNCT.1: M,J,M,M,J,M,M,L.
FUNCT.2: TC,TC,M,J,TCC,M,TC,F1.
Another way to do level 10.
ReplyDeleteMain Method: F1,F2,F2,F2,J,F2,TCC,F1,F2,M,L
F1: M,M,M,J,TCC,J,J,M
F2: TC,M,J,J,M,L