Ideation & Prototyping Week 10
Research for Design #1
So my tentative idea right now is proposing to use these methodologies to improve on an ongoing project I currently have called “Modular Workbook”. Earlier this semester I entered myself into the maker space intrapreneurial fund with this idea, was awarded my requested fund, and have been chipping away at it since.





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