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

Implement a basic Environment node #63

Closed MylesScholz closed 8 months ago

MylesScholz commented 8 months ago

Motivation

Organisms inhabit an environment with which they interact. So, to complete #20 per the design in /docs/environment_data_structure.md on the environment branch, we must implement an Environment node.

Description

The task is to implement the Environment node with the data structure outlined in /docs/environment_data_structure.md and to make any necessary changes to other implementations to match.

Dependencies

Time Estimate

2 person-hours

Acceptance Criteria

MylesScholz commented 8 months ago

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