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

Organisms Can Spawn Ontop of Other Organisms #1

Open
jonahrosenblum opened this issue Jun 26, 2019 · 0 comments
Open

Organisms Can Spawn Ontop of Other Organisms #1

jonahrosenblum opened this issue Jun 26, 2019 · 0 comments

Comments

@jonahrosenblum
Copy link
Owner

Currently I only ensure that organisms don't spawn next to a wall or out of bounds. I have considered creating a set/list of coordinates of each organism before I spawn a new one and check any coordinate I am considering against that list. Problems I see with that are the position of a body and how much space that body takes up are not the same thing so the comparisons could be hard to make. This is probably the largest issue from a simulation perspective.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant