Author Archives: Noah

Noah Ruede – Final Project

The program doesn’t embed properly, at least on my computer.  So below the program is an image as it should appear.   This was a very challenging project for me.  I had a particularly hard time creating interaction between the … Continue reading

Posted in Uncategorized | Leave a comment

Noah Ruede – 13.1

Map class Will create the images making up the maps, and include functions to display the sections, and to add a red shade to the corresponding area whenever an image in the category in the category selection area is moused … Continue reading

Posted in Uncategorized | Leave a comment

HW 12.1 – Final Project Plan

I’m still not sure if this is definitely what I want to do for my final, but it’s the best I’ve got for now. It would be a first-person perspective experience of driving a car in the rain.  I’m not … Continue reading

Posted in Uncategorized | Leave a comment

Noah Ruede – HW 11.2

Posted in Uncategorized | Leave a comment

Noah Ruede – Midterm

Note: The Program doesn’t embed properly, and even on openprocessing they cars don’t display, so below the program I posted a picture of how the program actually looks.  When you open it externally, you might need to refresh it and/or … Continue reading

Posted in Uncategorized | Leave a comment

Noah Ruede – Midterm Progress

This will eventually be frogger. I’ve setup most if not all of my variables, and the square (eventually a frog) can be moved with the arrow keys. The lines indicate sections. From bottom to top: Beginning, Car 1, Car 2, … Continue reading

Posted in Uncategorized | Leave a comment

Noah Ruede – HW 5.1

Link to code

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

Noah Ruede – Midterm project idea

Subject to change as it’s kind of dumb and juvenile as something tells me I could do better. There would be two buttons on the bottom, one with a forward arrow and the other with a back arrow.   The user … Continue reading

Posted in Uncategorized | Leave a comment

Noah Ruede – HW 4.1

EDIT: Figured it out and fixed it. int ax =300; int ay =200; int bx=300; int by=0; int cx=300; int cy=500; int w=100; int h=100; int aspeed = 1; int bspeed =1; int cspeed=1; boolean ccol; boolean freeze; boolean aclk; … Continue reading

Posted in Uncategorized | Leave a comment