darwin.application
Class TextMain

java.lang.Object
  extended bydarwin.application.TextMain

public class TextMain
extends java.lang.Object

A simple text simulation of a Darwin World with one creature. The simulation creates a simple roving creature that advances until it hits a wall, in which case it keeps turning left until it can advance again. The simulation loop displays the World after each turn of the creature.


Constructor Summary
TextMain()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextMain

public TextMain()
Method Detail

main

public static void main(java.lang.String[] args)