comparison README @ 71:9fd33f9d7207

minor update for change inference.pl to agent.pl
author "Rex Tsai <chihchun@kalug.linux.org.tw>"
date Wed, 22 Oct 2008 06:35:07 +0800
parents 9356eafcdde7
children 4dc714131954
comparison
equal deleted inserted replaced
70:142d888af2d1 71:9fd33f9d7207
6 6
7 ally.pl - list all the cities which owned by an ally. 7 ally.pl - list all the cities which owned by an ally.
8 enemy.pl - list all the islands and scores the enemy have. 8 enemy.pl - list all the islands and scores the enemy have.
9 freeland.pl - find the available place we can build the city. 9 freeland.pl - find the available place we can build the city.
10 inactive-map.pl - finding the sheep and list them in a map. 10 inactive-map.pl - finding the sheep and list them in a map.
11 inference.pl - a simple proof-of-concept of decision making robot. 11 agent.pl - a simple proof-of-concept of decision making robot.
12 scan.pl - scan the islands and cities by coordinate or default world view. 12 scan.pl - scan the islands and cities by coordinate or default world view.
13 scores.pl - scan and update the scores of accounts. 13 scores.pl - scan and update the scores of accounts.
14 sheep.pl - find the sheep to kill, takes coordinate or default world view. 14 sheep.pl - find the sheep to kill, takes coordinate or default world view.
15 15
16 = HOWTO = 16 = HOWTO =
40 40
41 1; 41 1;
42 42
43 * Run the bot, 'perl agent.pl' 43 * Run the bot, 'perl agent.pl'
44 * Update the islands information by runing 'perl scan.pl' 44 * Update the islands information by runing 'perl scan.pl'
45 * List sheeps, 'perl sheep.pl' 45 * List sheeps, 'perl sheep.pl' (run scan.pl first)
46 46