-
Recent Posts
Recent Comments
- Danielle Small on Final Blog Post
- Calli Higgins on Homework 10.2
- Calli Higgins on Homework 10.2
- Calli Higgins on Homework 10.2
- Calli Higgins on Nafis Sabir HW 10.2
Archives
Categories
Meta
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
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 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 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