-
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: Jay
final project~~Jeremy White
So overall i’m happy with my project. i set out to make a game that looks similar to mix and match and had the same principles . The logic part was the most challenging ( thank you calli 🙂 ) … Continue reading
Posted in Uncategorized
Leave a comment
Final Breakdown
Umm..it seems that i will be going with mix and match first i’ll need to make an array that will hold the pictures (30ish of them ) second i’ll have to create a timer in which the user has to … Continue reading
Posted in Uncategorized
Leave a comment
final project idea
well for my final project i yet dont no what i want to create but some ideas that came to me were.something like game in which the user has to get to the finish line before time runs out with … Continue reading
Posted in Uncategorized
Leave a comment
10.2
Looking at midterm (Brick Breaker) im able to see that i could class two things which are the ball(thats moving ) and the paddle(which makes the ball bounce ) FIle was to large to post on openprocessing…it exceeded the 10 … Continue reading
Posted in Uncategorized
Leave a comment
Midterm summary
~~seems like it didnt load properl .heres the link to the actual sketch http://www.openprocessing.org/sketch/94011 ~~~~~~ so it was a first time experience creating something using CODES it was pretty exciting.My first creation… Code breaker…even though its not perfect i resembles … Continue reading
Posted in Uncategorized
Leave a comment
Looking for genius on collision testing =p
could someone that knows about collision and its business please help me 😛 kinda stuck .will hand you my email when i get a reply.
Posted in Uncategorized
Leave a comment
draft v.1
http://www.openprocessing.org/sketch/92630/embed/?width=400&height=400&border=true
Posted in Uncategorized
Leave a comment
homework 4.2~~jeremy~~
PImage ice; int EW=100; int EH=100; float EY,EX,r,g,b,x,y,w,h; boolean white=false; void setup () { size(600, 600); ice=loadImage(“ice.jpg”); size (1030,800); image(ice,mouseX,mouseY,1024,768); } void draw() { //image(spiral,mouseX,mouseY,1024,768); r=random(255);{ g=random(255); b=random(255); x=random(1024); y=random(768); } fill(r, g, b); rect(x, y, EW, EH); EW=EW+1; EH=EH+1; … Continue reading
Posted in Uncategorized
Leave a comment
midterm project ide
i was thinking of like a tennis type of game..but im not sure yet.It will probably come out with another idea that will replace it once we learn other things. IDEA : TENNIS interaction -ball bounces from pad to wall … Continue reading
Posted in Uncategorized
Leave a comment
homework week 4.2
int x=100; int speed=5; boolean freeze=false; int y=100; int w=50; int h=50; int t=100; int p=50; int r, g, b; void setup() { size(400, 400); } void draw () { background(255); if (freeze) { x = x; } else … Continue reading
Posted in Uncategorized
Leave a comment