Creature Framework 30 |link| Today
my_creature = cf.Creature() my_creature.add_nodes(30) # Auto-distribute nodes: spine, legs, head, tail my_creature.set_role("pursuit_predator") my_creature.mutate(limb_length_factor=1.4, metabolism="high_burst")
To get the best performance, follow these three pro-tips: creature framework 30