Serialized Form
buckets
tjhBuckets buckets
- space-partitioning structure to speed collision detection
creatures
java.util.Vector creatures
- A list of the creatures currently alive. Stores tjhCreature references.
generations
long generations
- The number of creatures that have been born since the simulation started
limit
tjh2dVector limit
- The world is a rectangle from (0,0) to (limit.x,limit,y)
m_CellLife
java.lang.Thread m_CellLife
- m_CellLife is the Thread object for the applet
test_creature
tjhCreature test_creature
- A test creature controllable by the user to allow response testing