Author Archives: Michelle

Final Project

http://www.openprocessing.org/sketch/99838 Open Proccessing didn’t upload the sketch properly again. But what I set out to do was make a simple interactive story. Unfortunately, I didn’t get to do the routes like I had originally planned. (There’s just too many things … Continue reading

Posted in Uncategorized | Leave a comment

HW 12.1

For the final, I plan on doing an interactive story. It’ll be like one of those Japanese Visual Novels where the story would ask you to make a decision. The choices the player makes opens up to a various number … Continue reading

Posted in Uncategorized | Leave a comment

Midterm Project

My Midterm project is suppose to be a clicking game involving a bunch of rabbits moving around the screen. The main objective is to click on all of the rabbits until they’ve changed color under a certain period of time. … Continue reading

Posted in Uncategorized | Leave a comment

Homework 2.1 Part 2

http://www.openprocessing.org/sketch/88640

Posted in Uncategorized | 1 Comment

Homework 1.2 Part 3

Embedding doesn’t seem to be working but here’s the link to my sketch http://www.openprocessing.org/sketch/88181

Posted in Uncategorized | Leave a comment

Homework 1.2 Part 2

/*Michelle Li Calli Higgins Week 1.2 part 2 February 4th, 2013*/ //canvas size size(400, 400); //makes the 400×400 window //Red Square fill(255,0,0); //Makes the square red noStroke(); //Gets rid of the black outline rect(0,0, 200, 200); //creates the square on … Continue reading

Posted in Uncategorized | Leave a comment

It works

Posted in Uncategorized | Leave a comment