Ideation & Prototyping Week 3
Social Distancing Pub Helm
For my in class face mask idea, I started writing down ideas and notes for a cool polgonal mask. I kept it pretty loose, no hard set direction or anything. After some fiddling around when drawing, I decided to just go at it and see where I ended up.




50 Sword Skectches
For my 50 renderings, I decided to draw and design some swords. There's so many different cultures out there and so many different stradegies that each one has taken over history to design this sharp piece of metal.






Update! 3D additions
I was able to get some time today to put together a 3D model of a sword after understanding the assignment more correctly.











home
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';