Author Archives: Danielle Small

Final

Spot [] spots = new Spot [columns]; Spot [] spots2 = new Spot [columns]; Spot [] spots3 = new Spot [columns]; //———————————–SETUP——————————- void setup() { size(505, 288); images[0]= loadImage (“pic1.jpg”); images[1]= loadImage (“pic2.jpg”); images[2]= loadImage (“pic3.jpg”); images[3]= loadImage (“pic4.jpg”); images[4]= … Continue reading

Posted in Uncategorized | Leave a comment

Final Blog Post

so i set out to create a puzzle game which was interactive with the mouse.i was able to actually complete my project besides the fact that i couldn’t get the random function to do what i wanted. challenges i came … Continue reading

Posted in Uncategorized | 1 Comment

homework 13.1

http://www.openprocessing.org/sketch/97936 I’m not sure if the embedded code appeared when i posted it so here’s the link just in-case.

Posted in Uncategorized | Leave a comment

homework 13.1

Posted in Uncategorized | Leave a comment

Homework 12.2

For my final i have in mind to creat a puzzle. I will need a class for the squares which will be the pieces to the puzzle. Data variables will be int x (x position), int y (y position), int … Continue reading

Posted in Uncategorized | Leave a comment

For my final i have two ideas in mind. One is a card matching game, or create a puzzle that would be shuffled then put back together.

Posted in Uncategorized | Leave a comment

homework 11.2

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

Posted in Uncategorized | Leave a comment

Homework 10.2

Posted in Uncategorized | 1 Comment

Homework 10.2

my midterm project was a tic-tac-toe game. there were two objects throughout my code that i could have break down into classes which were the circles and squares. the rectangles i used to create the board i figured could not … Continue reading

Posted in Uncategorized | Leave a comment

PImage myImage; int a = 100; int b = 100; int mouseClicks = 0; int ellipseX1; int ellipseY1; int ellipseX2; int ellipseY2; int ellipseX3; int ellipseY3; int ellipseX4; int ellipseY4; int ellipseX5; int ellipseY5; int rectX1; int rectY1; int rectX2; … Continue reading

Posted in Uncategorized | Leave a comment