Sunday, January 30, 2011

Cristal Sung's Computerless Algorithm




For my computerless algorithm, I wanted to teach the class how to dougie. Dougie is a dance move that originated in the 80s and 90s. The song Teach Me How to Dougie by Cali Swag District came out last year and brought dougie to the mainstream.

How To Dougie

//variables
beat - Teach Me How to Dougie by Cali Swag District;
lean - weight moves onto one foot;

void setup() {
bend knees; //setup basic posture
play beat and identify beat;
}

void draw() {
beat lean right;
beat lean left;
beat/2 lean right;
beat/2 lean left;

if (comfortable) {
add moves ();
}
else {
repeat draw();
}

void add moves() {
beat, right hand touches head, bring down;
beat, left hand touches head, bring down;
beat/2 left arm up, bring down;
beat/2 right arm up, bring down;
}


No comments:

Post a Comment