|
Class Summary |
| Creature |
This class represents one creature on the board. |
| Instruction |
This class represents one Darwin instruction. |
| Position |
A Position is an (x,y) coordinate in the World, much like
the Positions for the maze program. |
| Species |
The individual creatures in the world are all representatives of
some species class and share certain common characteristics, such
as the species name and the program they execute. |
| World<E> |
This module includes the functions necessary to keep track of the
creatures in a two-dimensional world. |
| WorldMap |
This class exports the methods necessary to display the creatures
on the screen. |