Ideation & Prototyping Week 8
Time Capsule #2 The Capsule
For this week, I thought up, designed, and fabricated a real time-capsule for my items last week.









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