View on GitHub

idmd

Bush School Interactive Digital Media Design Course

Bush School IDMD Spring Semester 2021

Week 1 Exercise

Taijitu

Goal

Stretch your problem solving skills by programming a Taijitu.

Task

Create a Taijitu using p5.js similar to the one shown below. You are limited to using only one rectangle, and as many ellipses as you need. Other commands you may want to use include: createCanvas, background, stroke, noStroke, fill, noFill, strokeWeight. Taijitu symbol

You may work together with others in class but make sure you fully understand your own solution.

Submission

Make sure your code is indented correctly and that most of your lines of code have a comment, then add this project to your portfolio.

Extra Challenge

The Taijitu your wrote is probably static, using the robot exercise as a guide, add code that allows the taijitu to follow your mouse as you move it around the screen

Reference

This assignment is inspired by a blog post on Joy of Processing by Jim Bumgardner.