Skip to content

Commit b21d6e6

Browse files
committed
unplugged activity
1 parent e788edc commit b21d6e6

1 file changed

Lines changed: 26 additions & 2 deletions

File tree

_curriculum/02-01-Intro.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ gallery: # Below is for including an image gallery
2424
2525
In [parameterized design](https://formandcode.com/code-examples/parameterize-chair), you are a conductor rather than an individual musician. Instead of producing a single design where you have to draw out all the details step by step, you are using code to create a set of parameters that generate a variety of results.
2626

27-
For this topic, you will create a mask generator using customized variables and the random() function. Plug the maximum/minimum values into the random() for each mask feature. The mask generator will create multiple variations of the mask through mouse or keyboard interactions. Test, iterate, and refine the parameters, paying close attention to details.
27+
The kabuki theater in Japan uses highly expressive masks to illustrate different roles in the society. For this topic, you will reflect on your own background and design a mask generator using customized variables and the random() function. Plug the maximum/minimum values into the random() for each mask feature. The mask generator will create multiple variations of the mask through mouse or keyboard interactions. Test, iterate, and refine the parameters, paying close attention to details.
2828

2929
## Premise
3030
Build a simple generator that makes multiple variations of the same mask.
@@ -54,6 +54,30 @@ on larger social, economic, and political structures, with evidence from credibl
5454
### Grade 9~12
5555
- Iterative design
5656

57-
## Unplugged Activities
57+
## Warm-Up Exercises
58+
Some options for unplugged exercises:
59+
60+
### Planning your Lost & Found Project
61+
62+
1. Draw Your Grid (5–10 mins)
63+
1. Use your paper and pencil to draw a large square (around 4x4 inches).
64+
1. Divide the square into a 20 x 20 grid with a ruler.
65+
1. This will help you keep things lined up and make variations easier to compare.
66+
67+
1. Create Two Key Expressions (10 mins)
68+
1. Using the [Wheel of Emotions](https://www.isu.edu/media/libraries/counseling-and-testing/documents/Wheel-of-Emotions-Handout-(3).pdf) as a reference and select two types of emotional expressions.
69+
1. In the first square, draw a mask showing Expression 1 (e.g., inspired, courageous, respected).
70+
1. In the second square, draw the same face showing Expression 2 (e.g., worried, overwhelmed, alienated).
71+
72+
1. Keep the features the same, but change features like:
73+
1. Eyes: big, small, squinted
74+
1. Mouth: smiling, frowning, open, closed
75+
1. Eyebrows: raised, tilted, flat
76+
77+
1. Design the In-Between Faces (10–15 mins)
78+
1. Now, imagine how the mask moves from the first expression to the second.
79+
1. On a new piece of paper, draw 2–3 versions that mix parts of each expression. For example: a mask that’s just starting to frown, or eyes that are half-closed.
80+
1. Observe & Reflect (5–10 mins)
81+
1. Compare your key expressions. What changes the most between expressions? Which parts stay mostly the same? What combinations feel natural or interesting?
5882

5983

0 commit comments

Comments
 (0)