# HG changeset patch # User "Rex Tsai " # Date 1224628507 -28800 # Node ID 9fd33f9d720721834a48a0fb141a90c3e7fbc567 # Parent 142d888af2d1792430bd0e5b56fb3f5f534ff36d minor update for change inference.pl to agent.pl diff -r 142d888af2d1 -r 9fd33f9d7207 README --- a/README Wed Oct 22 06:33:24 2008 +0800 +++ b/README Wed Oct 22 06:35:07 2008 +0800 @@ -8,7 +8,7 @@ enemy.pl - list all the islands and scores the enemy have. freeland.pl - find the available place we can build the city. inactive-map.pl - finding the sheep and list them in a map. -inference.pl - a simple proof-of-concept of decision making robot. +agent.pl - a simple proof-of-concept of decision making robot. scan.pl - scan the islands and cities by coordinate or default world view. scores.pl - scan and update the scores of accounts. sheep.pl - find the sheep to kill, takes coordinate or default world view. @@ -42,5 +42,5 @@ * Run the bot, 'perl agent.pl' * Update the islands information by runing 'perl scan.pl' - * List sheeps, 'perl sheep.pl' + * List sheeps, 'perl sheep.pl' (run scan.pl first)