EmergentOrganization / cell-rpg

:black_square_button: connect to a universe where cellular automata have run rampant
http://emergentorganization.github.io/bridge/
Other
12 stars 1 forks source link

add cells which inherit from parent cells #72

Closed 7yl4r closed 8 years ago

7yl4r commented 8 years ago

Likely this means extending the CAGrid and Cell classes. Rather than dealing with all the DNA string silliness as I have before, I'd like to try out using a "digital gene regulatory network". After surveying some options in terms of graph libraries, I've selected gexf b/c for it's flexibility and compatibility with Gephi.

This is mostly an academic exercise. I fully expect the performance of this grid to be terrible, but perhaps we can get something useful out of it.

Working on this on the DGRN branch.

7yl4r commented 8 years ago

demo of this functionality now accessible from main menu