Artificial Life Platform; enables you to write competiting AIs
Find a file
2011-11-27 00:04:45 +01:00
.gitignore gitignore 2011-11-26 19:41:27 +01:00
agent.cc agent::conn: Do not assume being non-NULL 2011-11-26 23:54:05 +01:00
agent.h agent::conn: Change to pointer, delete in ~agent() 2011-11-26 23:52:31 +01:00
connection.cc Destroy agent on disconnect; another agent can connect later 2011-11-26 23:59:31 +01:00
connection.h Destroy agent on disconnect; another agent can connect later 2011-11-26 23:59:31 +01:00
main.cc map::on_tick(): Introduce, call in each tick 2011-11-27 00:03:20 +01:00
main.h Maintain and broadcast current tick id 2011-11-26 23:31:28 +01:00
Makefile Support for (read-only) TCP connection agent communication 2011-11-26 23:24:06 +01:00
map.cc Get rid of class position 2011-11-26 20:40:05 +01:00
map.h map::map: Use in-place constructor 2011-11-27 00:04:45 +01:00