Thesis Week 2/3
Building Ships & adding music
For my thesis, I've been making some huge pushes in the development. It's been pretty hard with my new work schedual but I'm glad I was able to invest this weekend making some great progress. It's been really helpful to keep this updated check list, I'll modify thing, add them, or cross them off but it's great for keeping my things organized and satisfying as well.

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