If you are interested, this is the assignment:
CSE142 handout #18
It's a game where I am competing with other extensions of the critter class with various attributes.
I am writing one class of my own design that is an extension of the critter class. I can control direction, interactions and look at the spaces around each object. Ideally I want all my objects to gather as much data about their surroundings as possible and be able to share and see the data from all my other objects. So as you see all the code I have access to is my Husky.class file when the graders run it.