Solution Overview

The solution consists of several projects:
Creature Kingdom: This is the code that actually runs the Creature Kingdom world, managing the execution of the organisms' code and maintaining world state
Organism: This is a library that is linked to by organisms and gives them access to classes they will need as well as interfaces they will need to implement
Sample Organisms: This is a place we can keep code for some basic sample organisms to use in testing
WPFClient: This project implements a WPF-based user interface to the Creature Kingdom. Currently it runs the Kingdom on the local machine, though this will need to be changed at some point.