Keyur's Remote Control Car

Hi, my name is Keyur. I made a remote control car. It goes left, forward, and backwards. At first I took apart my bumper car and made it into a regular car.Then I made the remote out of touch sensors.I could not make it go to the right because the yellow brick only had 3 inputs.

Below is the picture and procedures.

to start
loop[
if switch1 = 1 [ forward ] if switch2 = 1 [ backward ] if switch3 = 1 [ left ]

to forward
ac, thisway
onfor3
end

to backward
ac, thatway
onfor3
end

to left
a,thisway c, thatway
ac,on for3
end

Return to homepage. || Student Projects