Bill McQuain CS 2704 Spring 2001 Ecosystem Simulation Script name: TestMovement.txt ---------------------------------------------- ---------------------------------------------- Command 1: create grendel Grendel1 100 10 10 Added a Grendel. ---------------------------------------------- Command 2: status Grendel1 Grendel Grendel1 100 (10, 10) ---------------------------------------------- Command 3: tick 1 --------------- tick number: 1 Grendel1 moved east ---------------------------------------------- Command 4: status Grendel1 Grendel Grendel1 97 (11, 10) ---------------------------------------------- Command 5: tick 1 --------------- tick number: 2 Grendel1 moved east ---------------------------------------------- Command 6: status Grendel1 Grendel Grendel1 94 (12, 10) ---------------------------------------------- Command 7: tick 1 --------------- tick number: 3 ---------------------------------------------- Command 8: status Grendel1 Grendel Grendel1 93 (12, 10) ---------------------------------------------- Command 9: tick 1 --------------- tick number: 4 Grendel1 moved north ---------------------------------------------- Command 10: status Grendel1 Grendel Grendel1 90 (12, 11) ---------------------------------------------- Command 11: tick 1 --------------- tick number: 5 ---------------------------------------------- Command 12: status Grendel1 Grendel Grendel1 89 (12, 11) ---------------------------------------------- Command 13: tick 1 --------------- tick number: 6 Grendel1 moved west ---------------------------------------------- Command 14: status Grendel1 Grendel Grendel1 86 (11, 11) ---------------------------------------------- Command 15: tick 1 --------------- tick number: 7 Grendel1 moved east ---------------------------------------------- Command 16: status Grendel1 Grendel Grendel1 83 (12, 11) ---------------------------------------------- Command 17: tick 1 --------------- tick number: 8 Grendel1 moved east ---------------------------------------------- Command 18: status Grendel1 Grendel Grendel1 80 (13, 11) ---------------------------------------------- Command 19: tick 1 --------------- tick number: 9 ---------------------------------------------- Command 20: status Grendel1 Grendel Grendel1 79 (13, 11) ---------------------------------------------- Command 21: tick 1 --------------- tick number: 10 Grendel1 moved north ---------------------------------------------- Command 22: status Grendel1 Grendel Grendel1 76 (13, 12) ---------------------------------------------- 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: 11 ---------------------------------------------- Command 26: status Bush1 Bush Bush1 26 (1, 1) ---------------------------------------------- Command 27: tick 1 --------------- tick number: 12 Grendel1 moved west ---------------------------------------------- Command 28: status Bush1 Bush Bush1 27 (1, 1) ---------------------------------------------- Command 29: tick 1 --------------- tick number: 13 Grendel1 moved east ---------------------------------------------- Command 30: status Bush1 Bush Bush1 28 (1, 1) ---------------------------------------------- Exit command detected... shutting down. ----------------------------------------------