AR Week 1
So I started out with a really rough storyboard just to get my idea across. I then realized that my 2D drawing
abilities had greatly deteriorated.
I decided to do the assembly of my project in Unreal Engine, I collected a bunch of free assets from the marketplace
and extracted some from other projects. I figured the overall look of the project would look nicer as well as be
easier to organize using UE4.
home
while (!deck.isInOrder()) {
print 'Iteration ' + i;
deck.shuffle();
i++;
}
print 'It took ' + i + ' iterations to sort the deck.';