Recitation 11: Object-Oriented Programming Workshop – Dominick Nardone

This week, I attended the Object-Oriented Programming workshop with Tristan in order to learn how to better use the Class function and ArrayList function for my final project. Throughout the workshop, we utilized a Person class function in order to generate three people, Bob, Jose, and Jane. My little edit was that I added a new class, one that the player could use to interact with the people that we created in the class, a Zombie class. 

see code: 

Then, I set it up so this zombie would move with the mouse and “eat” the people one by one, growing larger each time.

code: 

In the end, I created a fun, easy game, and got to learn a lot about how to operate object-oriented processing.

video: 

Leave a Reply