Author Archives: TShields

Homework 12.1

I’m torn between continuing my game (I have mad some major improvements to it and have some really good ideas to implement) and making something completely different. I might make a photo book and something a little bit more homely, … Continue reading

Posted in Uncategorized | Leave a comment

Homework 11.2

Here’s my “Shooter” class… Click the mouse anywhere to fire a “bullet”. And each mouseclick generates a new bullet

Posted in Uncategorized | Leave a comment

Homework 10.2

Posted in Uncategorized | 1 Comment

My Midterm Project

So, I set out to make a side scrolling shooting game and I believe i was successfully able to create it. The most challenging part was getting the balls(from here referred to as astroids) to go left to right, and … Continue reading

Posted in Uncategorized | Leave a comment

My Midterm

I have created a sidescrolling kind of shooting game where “meteorites” come at you and you have to shoot them before they reach the other side of the screen. there are different levels and the meteorites get faster and smaller … Continue reading

Posted in Uncategorized | Leave a comment

Mid-Term Help for anyone that needs it…..

I’m pretty much finished with my Mid-term and if anyone of you need help with yours, I’m available to help you out…. just shoot me an email and I’ll get back to you…. terrance.shields@mail.citytech.cuny.edu

Posted in Uncategorized | Leave a comment

Homework 5.1.3

Not sure if the images are going to show up, but they’re there…. added moving images, also fixed building 2 code using a while loop Press D to change to Day and N to change to Night…. hold the mouse … 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

My midterm is still a work in progress, I’m still not sure what I’d like to do…..

Posted in Uncategorized | Leave a comment

Homework 4_1

//Terrance Shields – Prof. Calli Higgins – HW 4.1 – 2/21/13 boolean square = true; boolean ball = true; boolean quad = true; int bgChange = 0; int bgColor = 255; color green = color(28, 198, 14); color blue = … Continue reading

Posted in Uncategorized | Leave a comment