cells icon indicating copy to clipboard operation
cells copied to clipboard

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 ... <programN>

For example:

python cells.py mind1 mind2

For available minds, look in the minds/ folder. Also place your custom minds there.