Author Archives: Chris Pro

Chris Pro final

for some reason I cant figure out how to upload my code to openprocessing on the updated version of processing so ill just post my code after this. the only thing that will not work is the pictures but you … Continue reading

Posted in Uncategorized | Leave a comment

Chris Pro (beginings of my final project)

heres a link to the very first step of my final on open processing its supposed to be a memory matching game but for right now its pretty much similar to the assignment we had last week except with two … Continue reading

Posted in Uncategorized | Leave a comment

Chris Pro Homework 12.1

I think for my final project a good challenge for me would be one of those picture memory games (i dont know what they’re called). but i would have to set up an even amount of pictures face down in … Continue reading

Posted in Uncategorized | Leave a comment

Chris Pro Homework 11.2

heres a link to openprocessing http://www.openprocessing.org/sketch/97170

Posted in Uncategorized | Leave a comment

Chris Pro HW 10.2

http://www.openprocessing.org/sketch/96384   for some reason on open processing it shows my code as if it was all written on one tab, but i did in fact make 3 tabs all together. one for the code itself, one for the board … Continue reading

Posted in Uncategorized | Leave a comment

Chris Pro Midterm project

i tried making tic tac toe but it was a bit harder then expected what i couldnt figure out how to do was simply go from one click to the next with either an X or an O. i tried … Continue reading

Posted in Uncategorized | Leave a comment

chris pro homework 4.2

http://www.openprocessing.org/sketch/91048 above is a link to my smile face where now when you click a picture will appear

Posted in Uncategorized | Leave a comment

chris pro homework 4.1

//had some problems with my third square not changing colors and couldnt figure it out   //Chris Pro homework 4-1 int squaresX = 100; int y1 = 50; int y2 = 100; int y3 = 150; int squaresW = 45; … Continue reading

Posted in Uncategorized | Leave a comment

Chris Pro homework 2.2 part 2

//Smiley Face Chris Pro //click the mouse anywhere to change background color //press a key and a body appears //animation will change line weight int frekSize = 7; //Window Size void setup() { size(800, 600); background(0); } void mousePressed() { … Continue reading

Posted in Uncategorized | Leave a comment

Chris Pro homework 2.2 part 1

//Chris Pro Assignment 2.2 Part 1 int r=255; int g=255; int b=255; boolean sunny; sunny=false; float x; x=12.0; float z; z=x+25; float y; y=z+x;

Posted in Uncategorized | Leave a comment