This project generates a random program consisting of a string of letters indicating how to move, and runs it in a loop to make a drawing. The letters in the code are: F: move 1 step L: turn left var degrees R: turn right var degrees U: increase var by one D: decrease var by one