[ Module Hierarchy
| Class Hierarchy ]
Module Hierarchy
- springbots: This package contains modules to describe the Springbot creature.
- springbots.evolvespringbot: Springbot evolution extension.
- springbots.fitness: Tests springbot's fitness for specific tasks:
- springbots.gear: This module contains the core part of the sprinbots, which is their
nodes and springs.
- springbots.latimname: This module has a function to generate a latim like name, but not
latim at all
- springbots.networkspringbot: This module extends the Springbot class to alow its objects to be
sent via xmlrpc or other methods over network by translating(two
ways) the object itself to a simpler structure based on dictionary
and tuples.
- springbots.springbot: This modules implements the springbot, a creature builded with
spring and nodes.
- springbots.vector: This module implements the Vector object.