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

Add a "warping mode" #5

Open
pinpox opened this issue Oct 13, 2018 · 0 comments
Open

Add a "warping mode" #5

pinpox opened this issue Oct 13, 2018 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@pinpox
Copy link
Owner

pinpox commented Oct 13, 2018

At the moment the cells outside the grid are assumend to be "dead". A different approach would be to make to grid warp around, meaning: Everything that goes out of the grid at the top, comes back in at the bottom, everything that goes out one side comes back in at the opposite. Another possible option would be to assume the cells outside the border as "alive"

This would need an additional command line parameter to specify the border type:

-b --border [wrap|dead|alive]

The default should be "dead".

@pinpox pinpox added the enhancement New feature or request label Oct 13, 2018
@pinpox pinpox self-assigned this Oct 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant