Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement a basic Flagella node within the Cell State #39

Closed
MylesScholz opened this issue Jan 12, 2024 · 1 comment
Closed

Implement a basic Flagella node within the Cell State #39

MylesScholz opened this issue Jan 12, 2024 · 1 comment
Assignees

Comments

@MylesScholz
Copy link
Owner

Motivation

In order to complete #25 per the cell data structure in /docs/cell_data_structure.md, a Flagella node must be added under the Cell State node to manage motility information.

Description

The task is to modify the Cell State code to have a Flagella node under it. This Flagella node should contain, at minimum, the following variables (according to /docs/cell_data_structure.md):

  • Movement Force: a 2D force vector that this cell will apply to itself next

Appropriate encapsulation should be employed for all variables.

In addition to creating this node, this task includes adapting the Cell's movement functionality to use it.

Dependencies

None

Time Estimate

1 person-hour

Acceptance Criteria

  • All requirements are satisfied
  • All changes are merged with a feature branch for the Cell State
@MylesScholz
Copy link
Owner Author

I am closing this because it has been superseded by #45 .

@github-project-automation github-project-automation bot moved this from In Progress to Done in A-Life Capstone Project Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

3 participants