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

Integrate environment branch with genome branch #72

Closed MylesScholz closed 8 months ago

MylesScholz commented 8 months ago

Motivation

To complete #16 and #20 , we must synchronize the branches where their most recent implementations are before merging into a release version.

Description

The task is to rebase or merge the environment branch with the genome branch and make any necessary changes or updates to ensure that the features of both work together. Additionally, this task requires additional Genes to be written for the CellStructures created on the environment branch.

Dependencies

None

Time Estimate

3 person-hours

Acceptance Criteria

MylesScholz commented 8 months ago

I am closing this Issue because its acceptance criteria are met.