Package org.woehlke.computer.kurzweil
Class ComputerKurzweilApplication
java.lang.Object
org.woehlke.computer.kurzweil.ComputerKurzweilApplication
- All Implemented Interfaces:
Startable
public class ComputerKurzweilApplication extends java.lang.Object implements Startable
Class with main Method for Starting the Desktop Application.
- Author:
- Thomas Woehlke
http://thomas-woehlke.de/p/simulated-evolution/
- See Also:
ComputerKurzweilFrame
,ComputerKurzweilProperties
,Simulated Evolution. Artificial Life Simulation of Bacteria Motion depending on DNA. Green food appears in a world with red moving cells. These cells eat the food if it is on their position. Movement of the cells depends on random and their DNA. A fit cell moves around and eats enough to reproduce. Reproduction is done by splitting the cell and randomly changing the DNA of the two new Cells. If a cell doesn't eat enough, it will first stand still and after a while it dies. 2006 - 2008 Thomas Woehlke.
-
Constructor Summary
Constructors Constructor Description ComputerKurzweilApplication(java.lang.String[] args)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ComputerKurzweilApplication
public ComputerKurzweilApplication(java.lang.String[] args)
-
-
Method Details