Skip to content

Computer-Programming-A/OlympicRings

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 

Repository files navigation

Olympic Rings


In this project you will write a program using code.org game lab that displays a design of multiple rings similar to the Olympic Rings. You may find slides 19 - 32 of the Computer Programming A slide presentation helpful. Your finished program should have at least 5 different rings and use the following functions (some more than once):

  • ellipse()
  • noFill()
  • stroke()
  • strokeWeight()

Common Mistakes

  • Make sure you set the stroke before you draw the ellipse
  • Once you call noFill(), from then on, all ellipses will be unfilled. Don't call it more than once
  • Same with strokeWeight(). Once you set the thickness of the outline it will remain unchanged

Extensions

If you have extra time, you might see if you can figure out how to use the arc function instead of ellipse to make interlocking rings (like Ken's). Feel free to add other elements to your design. Have fun and be creative, your ring design don't have to look like anyone elses.

Samples of Student Work

Alyssa
Kahlo
Pansy
Alyssa
Alice
Margaux
Cali
Amy
Alex
Johnathan
Jianna
Xander
Justin
Alex
Theo
Tania
Jordan
Donovan
Tiffany
Ken
Benjamin
Robin

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published