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

Design and implement a system for tracking Cell lineages #91

Closed MylesScholz closed 4 months ago

MylesScholz commented 5 months ago

Motivation

The lineage of a Cell is an important statistic that users will want to view. So to complete #15 , we must design and implement a system for tracking Cell lineages.

Description

The task is to create a plan for how a Cell, its ancestors, and its descendants will be recorded in the simulation, whether alive or dead. The plan must include how these lineages will be displayed and navigated in the statistics window. Additionally, the task requires implementing this system.

Acceptance Criteria

MylesScholz commented 4 months ago

I'm closing this Issue because the changes are merged to main.