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( ... )
- Write your code in Processing. Save your work!
- When you're done, come back to github and fork this repo.
- Update your forked version of
MyPenguin.pde. - Update the header and footer text of
index.html. - Check your work at
<YourUsername>.github.io/MyPenguin - Create a pull request.
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.
This assignment is based on a similar one created by Daniel Shiffman.