Live data from Hacker News

Show HN: Yagol, a Game of Life sandbox built with React.js

sarcadass.github.io

1–10 of 10 posts

Re: Show HN: Yagol, a Game of Life sandbox built with React.js

#5
If you're mesmerized by the "Game of Life" like I am your going to enjoy the Continuously Domain versions like smooth life. Check out the video[0], and an implementation in python[1] on HN.

[0]: https://m.youtube.com/watch?v=KJe9H6qS82I

[1]: https://news.ycombinator.com/item?id=17152481

Re: Show HN: Yagol, a Game of Life sandbox built with React.js

#8
post #7

double glider eyJuYW1lIjoiZG91YmxlIGdsaWRlciIsInNoYXBlU2l6ZSI6WzUsNV0sImxpZmVNYXAiOlsyMCwxNSwxMCw1LDAsNiwxMiwxOCwyNCwxOSwxNCw5LDRdfQ==

Nice double glider :). You can add it as a default shape if you want : https://github.com/sarcadass/yagol/blob/master/CONTRIBUTING....

Re: Show HN: Yagol, a Game of Life sandbox built with React.js

#10
post #3

If anyone else was also puzzled: https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life

I'm always surprised by how few programmers are familiar with the Game of Life. It used to be that anyone with a degree in Comp Sci would have come across it at some point in their education -- maybe it's a casualty of the shift from hard computer science to software development?