Bill McQuain CS 2704 Spring 2001 Ecosystem Simulation Script name: testpredator01.txt ---------------------------------------------- ---------------------------------------------- Command 1: create grazer Grazer1 20 1 9 Added a Grazer. ---------------------------------------------- Command 2: create grazer Grazer2 20 3 5 Added a Grazer. ---------------------------------------------- Command 3: create grendel Grendel1 50 2 4 Added a Grendel. ---------------------------------------------- Command 4: tick 1 --------------- tick number: 1 Grazer1 moved east Grazer2 moved east Grendel1 moved east ---------------------------------------------- Command 5: status Grazer1 Grazer Grazer1 18 (2, 9) ---------------------------------------------- Command 6: status Grazer2 Grazer Grazer2 18 (4, 5) ---------------------------------------------- Command 7: tick 1 --------------- tick number: 2 Grazer1 moved south Grazer2 moved south Grendel1 moved east Grendel1 gonna munch Grazer2 ---------------------------------------------- Command 8: status Grazer1 Grazer Grazer1 16 (2, 8) ---------------------------------------------- Command 9: status Grazer2 Life form not found: Grazer2 ---------------------------------------------- Command 10: status Grendel1 Grendel Grendel1 60 (4, 4) ---------------------------------------------- Command 11: tick 5 --------------- tick number: 3 Grazer1 moved east --------------- tick number: 4 Grazer1 moved south Grendel1 moved north --------------- tick number: 5 Grazer1 moved east --------------- tick number: 6 Grazer1 moved south Grendel1 moved west --------------- tick number: 7 Grazer1 moved east Grendel1 moved east ---------------------------------------------- Command 12: status Grazer1 Grazer Grazer1 6 (5, 6) ---------------------------------------------- Command 13: status Grendel1 Grendel Grendel1 49 (4, 5) ---------------------------------------------- Command 14: tick 1 --------------- tick number: 8 Grazer1 moved south Grendel1 moved east Grendel1 gonna munch Grazer1 ---------------------------------------------- Command 15: status Grazer1 Life form not found: Grazer1 ---------------------------------------------- Command 16: status Grendel1 Grendel Grendel1 50 (5, 5) ---------------------------------------------- Command 17: tick 3 --------------- tick number: 9 --------------- tick number: 10 Grendel1 moved north --------------- tick number: 11 ---------------------------------------------- Command 18: create browser Browser1 25 4 6 Added a Browser. ---------------------------------------------- Command 19: create browser Browser2 25 4 7 Added a Browser. ---------------------------------------------- Command 20: create browser Browser3 25 5 7 Added a Browser. ---------------------------------------------- Command 21: tick 1 --------------- tick number: 12 Grendel1 moved west Grendel1 gonna munch Browser1 Browser2 moved east Browser3 moved east ---------------------------------------------- Command 22: status Browser1 Life form not found: Browser1 ---------------------------------------------- Command 23: status Grendel1 Grendel Grendel1 67 (4, 6) ---------------------------------------------- Command 24: tick 1 --------------- tick number: 13 Grendel1 moved east Browser2 moved south Browser3 moved south ---------------------------------------------- Command 25: status Browser2 Browser Browser2 21 (5, 6) ---------------------------------------------- Command 26: status Browser3 Browser Browser3 21 (6, 6) ---------------------------------------------- Command 27: status Grendel1 Grendel Grendel1 64 (5, 6) ---------------------------------------------- Command 28: tick 1 --------------- tick number: 14 Grendel1 moved east Grendel1 gonna munch Browser3 Browser2 moved east ---------------------------------------------- Command 29: status Browser3 Life form not found: Browser3 ---------------------------------------------- Command 30: status Grendel1 Grendel Grendel1 82 (6, 6) ---------------------------------------------- Command 31: tick 5 --------------- tick number: 15 Grendel1 gonna munch Browser2 --------------- tick number: 16 Grendel1 moved north --------------- tick number: 17 --------------- tick number: 18 Grendel1 moved west --------------- tick number: 19 Grendel1 moved east ---------------------------------------------- Command 32: status Browser2 Life form not found: Browser2 ---------------------------------------------- Command 33: status Grendel1 Grendel Grendel1 90 (6, 7) ---------------------------------------------- Exit command detected... shutting down. ----------------------------------------------