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!
								
								
							
								  
                                First thing I did was a rough little script to outline how the story I had in my head would go along.
                                
                                
								The next thing I did was sketch out some quick panels that would follow the outline I made. My story was more
								focused on the visuals but my favorite comics are the ones that are much lighter on the text and tell the story a lot through the graphics. 
                                
                                I started making an android character eariler this semester and set up a futuristic beach environment in hopes
                                of using it for a motion capture project, but I decided to make a game instead of doing a cinematic. This project
                                actually became a great excuse to go back to working on it. Made a couple changes here and there but actually followed
                                the storyboard closer than usual. 
                                
                                
                                I kitbashed most of the parts from a package of models in Maya but then formed them into the shape of a female character
                                using Zbrush as well as group the parts into sections for each moveable piece. 
                                
home
                    while (!deck.isInOrder()) {
                    print 'Iteration ' + i;
                    deck.shuffle();
                     i++;
                    }
                    print 'It took ' + i + ' iterations to sort the deck.';