LightBot walkthrough and help

LightBotLightBot is a new Flash game that’s played in your internet browser. You control a robot by giving it commands using a mouse to drag commands into the slots.

This is my walkthrough for each 12 levels of LightBot. It may not always be the most elegant solution, but they should all work. Hope it helps.

Game is here: http://armorgames.com/play/2205/light-bot

If you like LightBot, try Kick Ass Game on Facebook.

Level 1

Main Method

walk, walk, on

Level 2

Main Method

right, walk, left, walk
walk, walk, walk, left
walk, on

Level 3

Main Method

walk, jump, jump, walk
on, left, walk, on
walk, on

Level 4

Main Method

walk, jump, jump, walk
right, walk, walk, walk
walk, walk, on

Level 5

Main Method

jump, walk, walk, left
walk, walk, walk, left
jump, jump, jump, on

Level 6

Main Method

walk, f2, right, f2
on, jump, right, f1
right, right, f1, f1

Function 1

walk, walk, walk, on

Function 2

jump, jump

Level 7

Main Method

f1, f1, right, walk
right, f1, f1

Function 1

on, walk, on, walk
on, walk, on, walk

Level 8

Main Method

jump, walk, on, walk
walk, right, f1, f1,
on, f2, f2

Function 1

on, walk, walk, on
walk, walk, right

Function 2

walk, walk, on, right

Level 9

Main Method

jump, left, jump, f1
f1, f1, f1

Function 1

jump, on, walk, on
jump, on, right

Level 10

Main Method

f1, left, jump, left
walk, right, jump, walk,
walk, on, left, f2

Function 1

walk, walk, walk, jump
left, jump, jump

Function 2

jump, left, f1, right
jump, jump, walk, on

Level 11

Main Method

f1, f1, f1, f2
f2, walk, right, jump
right, f1, f1, f1

Function 1

f2, left, jump, left
f2, right, jump, right

Function 2

on walk on walk
on walk on

Level 12

Main Method

walk, jump, f1, f2
right, f2, right, jump
on, jump, on

Function 1

f2, right, f2, right
f2, right, f2

Function 2

jump, on, jump, on
jump, on

If you like LightBot, try Kick Ass Game on Facebook.

20 Comments »

  1. You can make level 2 more efficient, by 1 move:

    R=right; L=left; F1=Function 1; W=walk forward; *=light

    Main: R F1 W W F1 *

    F1: W L W

    9 Moves instead of 10

    Comment by Matt — September 19, 2008 @ 2:00 pm

  2. thanks for the formula for level 11. it was definitely harder than the last, and the only one i needed help on. thanks again.

    Comment by travis — September 19, 2008 @ 5:01 pm

  3. i th ink 11 must be the last level …. its a lot harder than 12 …… :P …. i came here lookin for 11 …. 12 was easy after all

    Comment by Rozenth — September 19, 2008 @ 6:52 pm

  4. I thought that level eleven was easy, but level ten had me stumped

    Comment by Jessica — September 20, 2008 @ 8:53 am

  5. Thanks alot for help with level 11, your site is awesome ;)

    Comment by Patrick — September 22, 2008 @ 12:27 pm

  6. i checked over my answers then looked here

    nice walkthru

    Comment by wii wii — September 23, 2008 @ 6:00 pm

  7. lvl 11 was definately the hardest. 12 was easy.

    Comment by bean — September 23, 2008 @ 6:25 pm

  8. I’ve put in your exact code for 11 and it does not work.

    Comment by tito — September 23, 2008 @ 7:12 pm

  9. Level 3 can be 1 move more efficient:

    Main: W J J F1 L F1 F1
    F1: W On

    Level 5 can be 1 move more efficient:

    Main: J F1 W F1 J J J On
    F1: W W L

    Level 8 can be 7 moves more efficient:

    Main: J F2 W F2 W F1 F2 F2
    F1: W I F2
    F2: W W On R

    Level 10 was the hardest for me.

    11 is easy, can be 1 move more efficient by going sideways!

    Main: F1 L W F1 L W F1 L W F1
    F1: L F2 F2 R W R F2 F2
    F2: On J On J On J On

    Level 12 seems wrong. I have:

    Main: W J L F1 L F2 L F2 L F2 On
    F1: F2 R F2 R F2 R F2
    F2: J On J On J On

    182 commands to the end of level 12

    Comment by lada — September 24, 2008 @ 9:08 am

  10. the code for 11 does work. you dont have it right if it does not work. double check your functions. its confusing just to look at but it is right.

    Comment by jaybag — September 24, 2008 @ 9:37 am

  11. Level 7 can be 2 moves more efficient:

    Main: f1 -> w ->
    f1
    F1: f2 f2 f2 f2
    F2: on w on w

    Level 8 can be 8 moves more efficient:

    Main: j w on f1
    f1 f1 -> f1
    F1: f2 -> f2
    F2: w w on

    I did level 10 with 1 move less, but this level was the toughest for me and I don’t really like my solution:

    Main: w w w f1
    f1 f2
    F1: j j w on
    F2: j j ->
    f1 -> j ->
    f1
    F1: f2 f2
    f2 f1 on
    F1: f2 -> f2 ->
    f2
    F2: j on j on
    j on

    needed 169 commands

    Comment by flo — October 3, 2008 @ 4:21 am

  12. Level 7 can be 2 moves more efficient:

    Main: f1 -> w -> f1
    F1: f2 f2 f2 f2
    F2: on w on w

    Level 8 can be 8 moves more efficient:

    Main: j w on f1 f1 f1 -> f1
    F1: f2 -> f2
    F2: w w on

    I did level 10 with 1 move less, but this level was the toughest for me and I don’t really like my solution:

    Main: w w w f1 f1 f2
    F1: j j w on
    F2: j j -> f1 -> j -> f1
    F1: f2 f2 f2 f1 on
    F1: f2 -> f2 -> f2
    F2: j on j on j on

    needed 169 commands

    Comment by flo — October 3, 2008 @ 4:25 am

  13. Level 7 can be 2 moves more efficient:

    Main: f1 -> w -> f1
    F1: f2 f2 f2 f2
    F2: on w on w

    Level 8 can be 8 moves more efficient:

    Main: j w on f1 f1 f1 -> f1
    F1: f2 -> f2
    F2: w w on

    Comment by flo — October 3, 2008 @ 4:25 am

  14. I did level 10 with 1 move less, but this level was the toughest for me and I don’t really like my solution:

    Main: w w w f1 f1 f2
    F1: j j w on
    F2: j j -> f1 -> j -> f1
    F1: f2 f2 f2 f1 on
    F1: f2 -> f2 -> f2
    F2: j on j on j on

    needed 169 commands

    Comment by flo — October 3, 2008 @ 4:26 am

  15. I did level 10 with 1 move less, but this level was the toughest for me and I don’t really like my solution:

    Main: w w w f1 f1 f2
    F1: j j w on
    F2: j

    Comment by flo — October 3, 2008 @ 4:27 am

  16. thats not what i’m trying to post :( buggy…

    Comment by flo — October 3, 2008 @ 4:30 am

  17. level 10 had me stumped :P

    Comment by Svaraj Anand — October 5, 2008 @ 1:57 am

  18. :(

    Comment by Svaraj Anand — October 5, 2008 @ 2:12 am

  19. 167. I think I can shave off a few more too.

    Comment by Ken — October 7, 2008 @ 10:47 am

  20. 162.

    Comment by Ken — October 7, 2008 @ 11:31 am

Leave a comment

Cannot get file list: '/raid10/apache/vhosts/suezanntoh.com/httpdocs/wp-content/plugins/SK2/sk2_plugins/' is not a valid folder path

RSS feed for comments on this post. TrackBack URI