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

MergeLife on a monochrome OLED #2

Open
eulphean opened this issue Dec 11, 2018 · 1 comment
Open

MergeLife on a monochrome OLED #2

eulphean opened this issue Dec 11, 2018 · 1 comment

Comments

@eulphean
Copy link

Hi Jeff,

I was wondering if it's possible to use MergeLife on a monochromatic OLED. Since, each cell is RGB, would it be possible to show it in only Black & White. Game of Life is probably like that and that's possible. Are there other variations/genetic codes that could work as well?

Thanks,
Amay

@jeffheaton
Copy link
Owner

Hello @eulphean , yes that could be done. A flag for that in the JavaScript renderer could be added to request monocrome display. There are several ways that could be done to maximize visual appeal. If there is a large background area, like many of the spaceship MergeLife based rules I've created, then it would be good to set the background to white and anything that is not the background to black. That would give the most "game of life" appearance. The other option is simply use the "merged grid" and anything above a threshold is black, otherwise white.

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

No branches or pull requests

2 participants