Monthly Archives: February 2013

Midterm project

I am thinking about making  a cyborg/robot for my project by using shapes like ellipse and rectangle and etc. The robot will shoot i beams or laser and try to interact with key and mouse pressed. Put a nice background and … Continue reading

Posted in Uncategorized | Leave a comment

Erick Asadobay H.W 4.2

part 1 <iframe width=”828″ height=”680″ scrolling=”no” frameborder=”0″ src=”http://www.openprocessing.org/sketch/91175/embed/?width=800&height=600&border=true”></iframe> part 2 MidTerm Project Im planning on doing a maze where the player will have to click the mouse to draw a line through the maze to get to the end. To do … Continue reading

Posted in Uncategorized | Leave a comment

Homework 4.2

//Terrance Shields — Prof. Calli Higgens — 1101 — HW 4.2 2/26 Code has been updated, image changes with the state of night and day.

Posted in Uncategorized | 1 Comment

Homework 4.2 Part 2

For the midterm, I was thinking of doing a classic and simple pong game that allows for a 2-player interface. The background might have various images in tribute to other old 8-bit games. I am hoping to use switches to … Continue reading

Posted in Uncategorized | Leave a comment

Homework 4.2 Part 1

Exact link below:

Posted in Uncategorized | Leave a comment

Matthew Soto midterm proposal

When ask to come up with an idea for my midterm I wasn’t sure what to create. So I decided to make landscape of a city. The reason I chose to do a city landscape is because in the city … Continue reading

Posted in Uncategorized | Leave a comment

Hw 4.2

This is my updated DRcar “http://www.openprocessing.org/sketch/91059/embed/?width=600&height=400&border=true”></iframe> For my midtermproject I was thinking either about recreating the snake game or a simple game where the person catches a jumping man. for snake: void setup will only have the size. In void … Continue reading

Posted in Uncategorized | Leave a comment

Matthew Soto 2/26/13 HW the embedded version doesn’t seem to work

PImage myImage; PImage myImage2; void setup(){ size(800,800); myImage=loadImage(“beautiful_blue_sky_hd_picture_166005.jpg”); myImage2=loadImage(“st.-augustine.jpg”); } void draw(){ background(0); image(myImage, 0, 0, 800, 800); image(myImage2, 0, 700, 800,100); fill(170, 0, 0);//House, fill in color rect(350, 500, 302, 200);//Shape and positon of the house stroke(0);//stroke of the … Continue reading

Posted in Uncategorized | Leave a comment

Matthew_Soto_2/26/13_HW

Posted in Uncategorized | Leave a comment

Noah Ruede – HW 4.2

For some reason, the picture doesn’t show when I embed the program, but you can see the full thing here.

Posted in Uncategorized | Leave a comment