SmoothLife
SmoothLife copied to clipboard
Continuous Domain Game of Life in Python with Numpy
Maybe this could be interesting to somebody else. I cross-checked the original [C++ implementation](https://sourceforge.net/projects/smoothlife/) by Stephan Rafler and updated the default initialization code to be similar. I think this solved...
Hello, this is an awesome project. I was just thinking what the results would look like if instead of Euclidean distance a different metric was used, such as [Chebyshev](https://en.wikipedia.org/wiki/Chebyshev_distance) or...
Hello, Nice project! It leaves me curious though: why is there no still life? Thanks for reading!