Bill McQuain CS 2704 Spring 2001 Ecosystem Simulation Script name: TestAging.txt ---------------------------------------------- ---------------------------------------------- Command 1: create browser Browser1 6 1 1 Added a Browser. ---------------------------------------------- Command 2: status Browser1 Browser Browser1 6 (1, 1) ---------------------------------------------- Command 3: tick 1 --------------- tick number: 1 Browser1 moved east ---------------------------------------------- Command 4: status Browser1 Browser Browser1 4 (2, 1) ---------------------------------------------- Command 5: tick 1 --------------- tick number: 2 Browser1 moved south ---------------------------------------------- Command 6: status Browser1 Browser Browser1 2 (2, 0) ---------------------------------------------- Command 7: tick 1 --------------- tick number: 3 Browser1 moved east Browser1 out of energy. ---------------------------------------------- Command 8: status Browser1 Life form not found: Browser1 ---------------------------------------------- Command 9: create grazer Grazer1 6 1 1 Added a Grazer. ---------------------------------------------- Command 10: status Grazer1 Grazer Grazer1 6 (1, 1) ---------------------------------------------- Command 11: tick 1 --------------- tick number: 4 Grazer1 moved east ---------------------------------------------- Command 12: status Grazer1 Grazer Grazer1 4 (2, 1) ---------------------------------------------- Command 13: tick 1 --------------- tick number: 5 Grazer1 moved south ---------------------------------------------- Command 14: status Grazer1 Grazer Grazer1 2 (2, 0) ---------------------------------------------- Command 15: tick 1 --------------- tick number: 6 Grazer1 moved east Grazer1 out of energy. ---------------------------------------------- Command 16: status Grazer1 Life form not found: Grazer1 ---------------------------------------------- Command 17: create grendel Grendel1 6 1 1 Added a Grendel. ---------------------------------------------- Command 18: status Grendel1 Grendel Grendel1 6 (1, 1) ---------------------------------------------- Command 19: tick 1 --------------- tick number: 7 Grendel1 moved east ---------------------------------------------- Command 20: status Grendel1 Grendel Grendel1 3 (2, 1) ---------------------------------------------- Command 21: tick 1 --------------- tick number: 8 Grendel1 moved east Grendel1 out of energy. ---------------------------------------------- Command 22: status Grendel1 Life form not found: Grendel1 ---------------------------------------------- Command 23: create bush Bush1 25 1 1 Added a Bush. ---------------------------------------------- Command 24: status Bush1 Bush Bush1 25 (1, 1) ---------------------------------------------- Command 25: tick 1 --------------- tick number: 9 ---------------------------------------------- Command 26: status Bush1 Bush Bush1 26 (1, 1) ---------------------------------------------- Command 27: tick 1 --------------- tick number: 10 ---------------------------------------------- Command 28: status Bush1 Bush Bush1 27 (1, 1) ---------------------------------------------- Command 29: tick 1 --------------- tick number: 11 ---------------------------------------------- Command 30: status Bush1 Bush Bush1 28 (1, 1) ---------------------------------------------- Exit command detected... shutting down. ---------------------------------------------- 0