![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiJQYqc0jBu2_Gz25JfGH-sWSi1PAHBCxgXZnvbLYqyWG976NqgAXBH7Ft36jpKt1eXo41XYspEoAuBz9Y52Badfz_Cf2LG_gMHe6xZHIu24Sei640zvjQKjwiBoS0X1Nddsvm81Mr-e54/s1600/dougie.jpg)
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.
//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