Skip to content

20gebhca/MyPenguin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MyPenguin

Description

In this assignment you will write a program that displays the a penguin-like creature. Your program should use at least 3 different shape commands which we have looked at so far, such as:

  • ellipse( ... )
  • rect( ... )
  • triangle( ... )
  • line( ... )
  • quad( ... )

Instructions

  1. Write your code in Processing. Save your work!
  2. When you're done, come back to github and fork this repo.
  3. Update your forked version of MyPenguin.pde.
  4. Update the header and footer text of index.html.
  5. Check your work at <YourUsername>.github.io/MyPenguin
  6. Create a pull request.

Help

For help on github (and the crazy words above like 'fork' and 'repo'), see the class github starter kit.

For help on using the functions, see the unit slides or the Processing API.

For help on colors, use Paletton.

All these resources are linked from the course page.

Credit

This assignment is based on a similar one created by Daniel Shiffman.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Processing 46.2%
  • HTML 31.9%
  • CSS 21.9%