-
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: KangH
midterm project
For my midterm project I created a bouncing ball game. This game is not fully functioning. collision code is not work.
Posted in Uncategorized
Leave a comment
homework 2.2
//homework 2.2 part1 by kanghyun huh int r=255; int g=255; int b=255; boolean sunny=false; float x=12.0; float z; z=x+25; float y=z+x;
Posted in Uncategorized
1 Comment
homwork 2.1 part2 and part3
http://www.openprocessing.org/sketch/88534 homework 2.1 part2 by kanghyun huh http://www.openprocessing.org/sketch/88561 homework 2.1 part3
Posted in Uncategorized
Leave a comment
Homework 1.2 Part 3 by kanghyun huh
Embedding doesn’t work so here is the link. http://www.openprocessing.org/sketch/88207
Posted in Uncategorized
Leave a comment
Homework 1.2 part 2 2/4/13
//Kanghyun huh //calli higgins //assinment 1.2 part 2 //due Feb 4th, 2013 //Enviroment size(400,400); //set screen size 400×400 pixels. //rectangles noStroke(); //remove outline of rectangles //red fill(255,0,0); //makes the square red rect(0, 0, 200, 200); //draw a square on the … Continue reading
Posted in Uncategorized
1 Comment