Recreate the Cat Face in p5.js
- Open the template project:
p5 Starter File - Fork the project:
Click „Fork“ in the top left corner and select „Fork to my Projects“ to create your own copy. - Rename the project:
Change the project name to „03_SUE_Katze“. - Recreate the cat face:
Modify thefunction setup()
to build the cat face using p5.js drawing commands. - Document your steps:
Add clear comments in your code explaining each part of your drawing process.
Here is my result: