In memory of John Conway, a simple implementation of the Game of Life on an ESP32 TTGO board.
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Life.inoino - 6.97 kB - 04/19/2020 at 19:36 |
|
Create an account to leave a comment. Already have an account? Log In.
Thanks. I didn't even catch that that was in the examples.
I like the use of colors. Going to try something like this myself for an added dimension.
Thanks, Mike. I also thought about tracking how long a cell has been alive or dead and doing color gradients, but got lazy ;) I look forward to seeing what you come up with.
I also got lazy. I figure it's a matter of assigning a value to each cell and decrementing it with each evolution. It would stop decrementing at 1 as 0 would be the special case for death which requires rule validation. Then the value of each cell can be the lookup table of colors. Someday I'll do the implementation :-D
Nice job. I added this to the Conway's Game of Life list.
Thanks, Dan. Seeing that list in last week's newsletter was the push I needed to finally do something with that dev board.
Become a member to follow this project and never miss any updates
Very cool color version. I've been testing Bodmer TFT library examples and I found this monochrome version:
https://twitter.com/martinfasani/status/1253177037738651648