changeset 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 142d888af2d1
children 2af91e80353e
files README
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)