Package com.garrettAndPeter.stringEvolution
-
Class Summary Class Description StringGenerator Generates a random string organismStringOrganism An organism based off of a string The string organism is implemented to show how words can evolve based on a certain target word.StringReproduce A class that contains the reproduction implementation for a string organism The a StringReproduce object should be used in conjunction with some sort of Organism class to create a working simulation involving Strings.