This project is a simple interactive animation called Winking and Smiling Fox" and created using p5.js. It has a cute fox made from basic shapes like ellipses and rectangles. I used conditionals to let the character react to mouse clicks, when you click anywhere on the canvas, the fox switches between a normal expression and a wink with a smile. I structured the project using the setup() and draw() functions, and added interactivity using the mousePressed() event. This project helped me learn how to use shape drawing, colors and logic to create interactive visual art with code.
This project is a simple interactive animation called Winking and Smiling Fox" and created using p5.js. It has a cute fox made from basic shapes like ellipses and rectangles. I used conditionals to let the character react to mouse clicks, when you click anywhere on the canvas, the fox switches between a normal expression and a wink with a smile. I structured the project using the setup() and draw() functions, and added interactivity using the mousePressed() event. This project helped me learn how to use shape drawing, colors and logic to create interactive visual art with code.