Advertisement
Guest User

Untitled

a guest
Jan 24th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Skydiving Karel
  2. Write code to color the entire area with a certain color. This will then be overwritten later. (10 minutes, maybe less. Just some while loops after all)
  3. Write code to make diagonal lines. Might be easier to go in a circular patter or a spiral using nested for loops and a bit of math equations to decreas each time. (20 minutes)
  4. Write code to color in every two rings. Probably will have to change to spiral pattern so we can do all different coloring in one go. Could do it differently if we have javascript, but I'm assuming we can only use the Karel commands, so (20 minutes)
  5. Write code to color the center, and maybe put down a ball. (1 minute of work)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement