Roboarm

Answer key, but looking at it takes away the fun

D = down, L = left, R = right
Levels numbers correspond to the ones in roboarm2.codea

Level 1:
F1: D,R,D

Level 2:
F1: D,R,D,F1

Level 3:
F1: D,R,D,L,F1

Level 4: 
brute force solution: 
F1: D,F2,D,F3,F1
F2: R,R,R,R,R
F3: L,L,L,L,L

shorter solution:
F1: F2,F2,F2,F2,F2
F2: F3,F3,F3,F3,R
F3: D,R,D,L

Level 5:
F1: D,R,R if red,D,L,F1

Level 6:
F1: D,F2 if red,F3 if green,F1
F2: L,D,R
F3: R,D,L

Level 7:
F1: F4,R,F4
F2: D,R,D,L
F3: F2,F2
F4: F3,F3

Level 8: (same solution as level 5)
F1: D,R,R if red,D,L,F1

Level 9:
F1: F2,R,F2,L,F1
F2: D,F3 if blue,F4 if yellow
F3: L,D,R
F4: R,D,L

Level 10:
F1: F3,D
F2: D,F3
F3: R,D,F2 if blue,L

Level 11:
F1: F3,D,F1
F2: D,F3
F3: R,D,F2 if blue,L

Level 12:
F1: F2,F1
F2: D,F3 if red,R
F3: R,D,L,F2

Actually level 10 was the one I was stuck on - you moved it in the second update. @Dylan managed to figure it out yesterday though.

Sorry for the super necro-post, but does @ruilov still have the source for this? Posterous is dead and I wasn’t able to download the file using the wayback machine.

Cargobot is a very similar game, and the code comes with Codea.

I am aware of that, but the code is much more complex (I assume) and I want to try to port the game to another platform. Also, I’d like to play the original version :slight_smile:

you have Roboarm source in my website : gregory.thomas.free.fr
then assistant personnel

@Ivoah, @Crumble, this is Cargo Bot, in its earlier iterations.

@JakAttak I know, I just want to be able to play the original