There are no reviews yet. Be the first to send feedback to the community and the maintainers!
Repository Details
a game where players programm agents that compete for resources in a simulated environment
Cells is a multi agent programing game written in Python.
For more information see: http://phonons.wordpress.com/2010/06/01/cells-a-massively-multi-agent-python-programming-game/
Join #pycells on irc.freenode.net to discuss Cells
Requirements:
pygame
numpy
Optional:
psyco
To run:
python cells.py <program1> ... <programN>
For example:
python cells.py mind1 mind2
For available minds, look in the minds/ folder. Also place your custom minds there.