MylesScholz / A-Life-Capstone-Project

An artificial life simulator by Maxwell Cole, Ethan Doll, Wyatt Holliday, Sasha Rosenthal, and Myles Scholz.
GNU General Public License v3.0
2 stars 0 forks source link

Created and setup Genes #68

Closed EthanD1998 closed 8 months ago

EthanD1998 commented 8 months ago

Created and set up genes and a genome within the cells. Once a cell has a genome then when creating the cell you can have the genome express its genes into the cell structures vector and then you'll need to add the cell structures as children of the cell.

Currently, we are just manually adding the genes to the genome but I would like in the future to pull from a user-given starting genome.

Related Issues: #61 #24