mirror of
https://github.com/brmlab/brmlife.git
synced 2025-08-02 18:03:37 +02:00
Track agent energy
Base energy, move energy
This commit is contained in:
parent
4fe552a79e
commit
93882f79b9
5 changed files with 22 additions and 6 deletions
|
@ -26,7 +26,7 @@ public:
|
|||
close(fd);
|
||||
}
|
||||
|
||||
void senses(int tick_id, char around[4]);
|
||||
void senses(int tick_id, int energy, char around[4]);
|
||||
void actions(class agent *);
|
||||
|
||||
void cancel(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue