From 024253bb84b52d816c4e0447d6595b5053b5db9f Mon Sep 17 00:00:00 2001 From: mdiluzio Date: Mon, 22 Dec 2014 19:55:23 +0000 Subject: [PATCH] Fix usage text to reflect new formatters --- source/ttrts/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/source/ttrts/README.md b/source/ttrts/README.md index 1b0f1dc..ae97b36 100644 --- a/source/ttrts/README.md +++ b/source/ttrts/README.md @@ -41,13 +41,13 @@ TURN:{TURN_NUMBER} ... {any extra properties could go here} ~~~~ - UNIT:{ID} tm:{TEAM} vs:{VIS} dr:{DIR(NESW)} ps:[{X},{Y}] + UNIT:{ID} pl:{PLAYER} vs:{VIS} dr:{DIR(NESW)} ps:[{X},{Y}] ... {continue for all units} END ## ORDER FILE FORMAT ### Name - Player_{TEAM_NUMBER}_Turn_{TURN_NUMBER}.txt + Player_{PLAYER_ID}_Turn_{TURN_NUMBER}.txt ### Contents ORDER:{ORDER_CHAR} id:{UNIT_ID} ... {continue for all orders} @@ -56,4 +56,5 @@ ### Orders F - move unit [F]orward one space L/R - rotate unit [L]eft or [R]ight - A - [A]ttack in straight line in front of unit \ No newline at end of file + A - [A]ttack in straight line in front of unit + \ No newline at end of file