I am glad that I figured it out how to use just two key input in the game and create different stages for each scene. However, the flow it is not working so well after I tried to introduce another key input. There's a text...
Continue ReadingDesigning wallet for Lan. First I started of by asking what's the main issue with her current wallet. Her stuff tends to fall out because the zipper goes aroud the wallet creating too much openings. And in fact, she doesn't even like using zipper. So the...
Continue ReadingEducation begins the gentleman, but reading, good company and reflection must finish him. -John Locke On Domain Mapping · Start mapping with a topic of interest (focal point) and brainstorm as many insights as you can with no judgment. Quantity>quality in the first stage. · Create connections between concepts through...
Continue ReadingDay 1 - Mind Mapping(Domain mapping DT & Parsons) The first day, I learned what kind of mind map is and how to use it. After learning about the mappings, I have also tried to make a domain map. I've mainly used mind maps, so it...
Continue ReadingThe link of my screen recording https://drive.google.com/file/d/1SBM2mUrHFFIXsMXJ0fS1YkdsmdlNxUtD/view?usp=sharing...
Continue ReadingProcessing with loop Link here: https://vimeo.com/283849069...
Continue ReadingDocumentation Wallet Prototype A: The main goal of this wallet prototype was to create a wallet that was compact, functional, but also aesthetically appealing.To make this possible, features for this prototype included: Closable flap at the front (Detachable to allow for customization of wallet look) Clip at bottom...
Continue Readingint num = 40; int[] x = new int[num]; int[] y= new int[num]; float range=100; void setup() { size(800, 800); noStroke(); } void draw() { background(0); translate(width/2, height/2); for(int a=10; a<mouseX+mouseY; a+=20){ rotate(5); strokeWeight(2); stroke(mouseX/10,mouseY/10,100); noFill(); rect(20, 20, a, 20); fill(255,102); for(int i=0;i<num-1; i++){ x[i]=x[i+1]; y[i]=y[i+1]; } frameRate(30); x[num-1]=mouseX+(int)random(-10,10); y[num-1]=mouseY+(int)random(-10,10); rect(200+random(-range,range),200+random(-range,range),10,10); fill(random(0,255),random(0,255),random(0,255),240); for(int k=0;k<num;k++){ rect(x[k]+random(-range,range),y[k]+random(-range,range),10,10); fill(random(0,255),random(0,255),random(0,255),240); } } for(int a=10; a<mouseX+mouseY; a+=5){ rotate(.21); strokeWeight(2); stroke(149, 242, 250); noFill(); rect(100, 100, 80, 80); } for(int a=10; a<mouseX+mouseY; a+=2){ rotate(.5); strokeWeight(2); stroke(250, 255, 15); noFill(); rect(200, 200, 10, 80); a=a+2; } }...
Continue ReadingI've added a link to the screen recording of my chat bot here. She responds to inquiries and even checks multiple arrays for variations on the questions!...
Continue Reading