Ideation & Prototyping Week 9
Time Capsule #3 The Comic
For this week, I made up a cool little comic that tells a story of my time capsule being discovered 126 years later!





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