Category Archives: Uncategorized

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

Final project

Line thatLine; Line2 thatLine2; Line3 thatLine3;b Line4 thatLine4; void setup() {   background(0);   size(400, 400);   smooth();   thatLine = new Line();   thatLine2 = new Line2();   thatLine3 = new Line3();   thatLine4 = new Line4(); } void … Continue reading

Posted in Uncategorized | Leave a comment

Final

Spot [] spots = new Spot [columns]; Spot [] spots2 = new Spot [columns]; Spot [] spots3 = new Spot [columns]; //———————————–SETUP——————————- void setup() { size(505, 288); images[0]= loadImage (“pic1.jpg”); images[1]= loadImage (“pic2.jpg”); images[2]= loadImage (“pic3.jpg”); images[3]= loadImage (“pic4.jpg”); images[4]= … Continue reading

Posted in Uncategorized | Leave a comment

11_1

9_3[] // 30 Integers int [ ] integers = new int [0]{ } // 100 floating point numbers float [ ] floatPoints = new float [100] // 56 Zoog Objects Zoog [ ] zoogs = new Zoog [56] 9-4 1. … Continue reading

Posted in Uncategorized | Tagged , | Leave a comment

Final Blog Post

so i set out to create a puzzle game which was interactive with the mouse.i was able to actually complete my project besides the fact that i couldn’t get the random function to do what i wanted. challenges i came … Continue reading

Posted in Uncategorized | 1 Comment

Nafis Sabir Final Project

For my project I set out to create a game based around Robotron, and inspired by the Anime character, Naruto. The story is that Naruto is out for a training session utilizing his special clone jutsu. I wanted to have … Continue reading

Posted in Uncategorized | Leave a comment

10.2

Moons [] array Offullmoon = new Moon [9]; void setup(){ size(700, 700); for(int i = 0; i < array Of-fullmoon.length; i++){ arrayOffullmoon [i] = new Suns(color (random(0, 225)), int (random(0, width)), int (random(0, height)), int (random(50, 100)), int (random(50, 100))); … Continue reading

Posted in Uncategorized | Leave a comment

11.2

Bus []bus=new Bus[10]; Bus myBus; boolean trigger= false; void setup() { size(780, 500); for (int i=0;i<bus.length;i++) { bus[i] = new Bus(color(146, 180, 250), i*10,i*90, 1, 20, 80, 2); } } void draw() { background(200); for (int i=0;i<bus.length;i++) { if(trigger){ bus[i].xpos=bus[i].xpos+bus[i].xspeed; … Continue reading

Posted in Uncategorized | Leave a comment

Final Project – Erick Asadobay

For my final project I created an interactive game similar to Lane Splitter, in the main class i wrote the code for the cars and the driver, also i include the collision statements, the sound and the pictures. On the … Continue reading

Posted in Uncategorized | Leave a comment

Matthew Soto Final project documentation

So for my final my goal was to create a shooting gallery game. The game would include 4 levels. 2 training levels, a military level, and a zombie apocalypse level. So the level that I got one was the first … Continue reading

Posted in Uncategorized | Leave a comment