Author Archives: Armando

Late HW 11.2

For some reason my sketch does not want to show up on open processing.org so Calli I will e-mail you the code, plus my answers for HW11.1 http://www.openprocessing.org/sketch/99858

Posted in Uncategorized | Leave a comment

Final Project

For some reason when I try to embed my sketch on here in the Html section of my post it doesn’t show up on the blog and it get’s erased so if you want to see my code go to: … Continue reading

Posted in Uncategorized | Leave a comment

Hw 12.2

So for my final project i think I will go with the racing game. It’s going to be a car going up a vertical road so the car moves up and the incomeing traffic moves down. I plan on uses … Continue reading

Posted in Uncategorized | Leave a comment

HW 12.1

I was thinking about making one out of 2 games. My first idea was a game were the person uses the mouse to move a character left and right trying to avoid buildings that are coming from the background. But … Continue reading

Posted in Uncategorized | Leave a comment

HW 10.2

This assignment is more difficult than I assumed I thought all I had to do was create a food class for my snake game class Food{ int xpos; int ypos; color c; Food(){ xpos = int(random(1,199)); ypos = int(random(1,199)); c … Continue reading

Posted in Uncategorized | Leave a comment

midterm

What I wanted to recreate the “snake” game. Basically you are a square “eating” other squares until you crash or eat yourself and as you eat squares you get longer. I wanted the game to look retro which is why … Continue reading

Posted in Uncategorized | Leave a comment

Hw 5.1

  “http://www.openprocessing.org/sketch/91457/embed/?width=600&height=400&border=true”></iframe>

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

part 3 hw 3.2

http://www.openprocessing.org/sketch/90119

Posted in Uncategorized | Leave a comment

Hw 2.2 one and two

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; here is part 2 http://www.openprocessing.org/sketch/89398

Posted in Uncategorized | Leave a comment