Game of Life #352
Replies: 3 comments 7 replies
-
HOLY SHIT thats amazing. please can I post this up on social media? or you're welcome to and I'll retweet/boost/whatever |
Beta Was this translation helpful? Give feedback.
-
I played around a bit more and came up with some new variations/improvements. With adding and subtracting colors it was possible use one rule instead of two in some places. So i only had to use 38 Rules. I also wanted to try counting the adjacent cells in some way instead of adding one rule for each combination of neighbors like I did before. For that i had to use several cells to represent on cell in the game, but it only needs 17 rules. To get around #353 scaled the grid up by 3 like this: |
Beta Was this translation helpful? Give feedback.
-
I did my own attempt at this today, and then I just realized github has discussions, so uhh. |
Beta Was this translation helpful? Give feedback.
-
I made Game of Life
I had to use 66 rules but i think it would be possible to only use half if you subtract/add colors.
Because of the many rules it runs very slowly and even more slowly if the whole display is synchronized.
Is there a better way to do it?/Has anyone made a better version already?
GameOfLifeSync.json
GameOfLifeAsync.json
Video of sync version
Video of async version
Beta Was this translation helpful? Give feedback.
All reactions