Ideation & Prototyping Week 6
Photo Essay
For my photo essay I decided to go with the excited child as my main protagonist. I figured that a main character of that nature would go perfectly with my item form the 50 sketches, a sword.













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