-
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: Ehis
Final Project
For my final project I made a soccer/goalie game. That was my initial proposals except that i couldn’t add more players to make it more interactive. But ended up making another goalie with more key press functions. Below is the link … Continue reading
Posted in Uncategorized
Leave a comment
H.W12.2
I will be creating a soccer game for my finals. The Data variables for this project i believe will be int (X position), int (Y position), int (W width), int (h height). I will have a Functions to display my … Continue reading
Posted in Uncategorized
Leave a comment
H.W 12.1-
For my finals I would like to use my midterm project (Soccer game). And my intentions is to add more soccer players, key press functions to move the players across the field, add a Score functions, and finally add a … Continue reading
Posted in Uncategorized
Leave a comment
MY MIDTERM Report
my soccer gamehttp://www.openprocessing.org/sketch/94218 For my midterm i decided to create a soccer game with a goalie. My initial idea was to have two teams of players with red and blue ellipse. Due to the short time and also to make … Continue reading
Posted in Uncategorized
1 Comment
My Midterm proposal
For my midterm, I planned to create a soccer/fuzz ball game whereby the players changes position whenever the ball touches them. I will ellaborate more on this as time goes on..
Posted in Uncategorized
Leave a comment
Homework 3.2 2/19/13
int x = 200; int speed = 6; void setup() { size (600, 600); } void draw() { background(0); ellipse(x, 100, 100, 50); noStroke(); fill(255, 225, 0); ellipse(x, x, 200, 100); speed = speed* 1; fill (225,0,0); random(225); if (x … Continue reading
Posted in Uncategorized
Leave a comment
HW-#1.2
Ehis Igbinosa size(400,400); //overall size 400 by 400 pixels fill(255,0,0); // Upper left red color rect(0,0,200,200); //Square is red color fill(0,225,0); //upper right green color rect(200,0,400,200); //Square green fill(0,0,255); //bottom left blue color rect(0,200,200,200); //square is blue fill(125,125,125); //bottom right … Continue reading
Posted in Uncategorized
Leave a comment