mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Sense around -> visual
This commit is contained in:
parent
f0a603352f
commit
5efaafe983
2 changed files with 2 additions and 2 deletions
2
README
2
README
|
@ -28,7 +28,7 @@ The following inputs (in no particular order) are supported:
|
|||
energy <points>
|
||||
number of agent's energy points; disregard
|
||||
in case of dead agents
|
||||
around <desc> <desc>...
|
||||
visual <desc> <desc>...
|
||||
<desc> describe tiles, clockwise from top,
|
||||
in the immediate vicinity of the agent
|
||||
<desc> format is two-character, <type><agent>
|
||||
|
|
|
@ -18,7 +18,7 @@ connection::senses(int tick_id, class agent &a)
|
|||
"tick %d\r\n"
|
||||
"%s"
|
||||
"energy %d\r\n"
|
||||
"around %s %s %s %s %s %s %s %s\r\n"
|
||||
"visual %s %s %s %s %s %s %s %s\r\n"
|
||||
"\r\n",
|
||||
tick_id,
|
||||
a.dead ? "DEAD\r\n" : "",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue