-
Notifications
You must be signed in to change notification settings - Fork 2
Class List
Transfinity edited this page Sep 15, 2012
·
7 revisions
https://docs.google.com/document/d/1zEqH9PrgFO5gD9Hc2Xr8oeAPqGzNfdJQCWXDanV2WPw/edit
Continuously processes the environment, updates the game state
getState()
Represents the game state
ArrayList<Fish>
Represents a fish
public setDirection()
public setSpeed()
public eat()
public reproduce()
public getXYZ()
protected setXYZ()