Use Beziér curves
A basic, simple, robot. Then another version centered on 0,0 so you can use translate() more easily
The simplest possible way to move a robot
Wrap an object around so it appear on the opposite side as soon as it goes off the edge
Buttons you can use anywhere to do anything
Use different keys on the keyboard to trigger different events
Same as simple key control, but more functions
Using a timer to trigger a recurring event, like an eye blink
Move the robot's arms with keys and also have it blink
Rotate a wheel with spokes drawn with a for loop, then add some fancier motion when the robot is moving left or right
Complex nested matrices controlled with the mouse
Move multiple images seamlessly and eternally to imply 3 dimensions
Eyes use trigonometry [atan2(a,b)] to follow the mouse, and a laser canon using the same technique
Using Processing Sound library to create a laser beam blast triggered with the space bar
Using Processing Sound library to create a continuous looping sound effect when a robot moves
Using Processing Sound library to create a continuous looping sound effect when a robot moves