briandconnelly / seeds

Stochastic Cellular Artificial Life Simulator
Other
20 stars 4 forks source link

De-Couple Resources from Nodes/Cells #17

Closed briandconnelly closed 13 years ago

briandconnelly commented 13 years ago

Nodes represent organisms, and links between them represent potential interactions. Resources in the environment, however, don't need to follow those rules. Additionally, this allows Cells to create/remove/modify links by choice and still have the same environmental conditions.

briandconnelly commented 13 years ago

Done. To be pushed soon.