Show HN: Yagol, a Game of Life sandbox built with React.js
sarcadass.github.io
Show HN: Yagol, a Game of Life sandbox built with React.js
1–10 of 10 posts
Re: Show HN: Yagol, a Game of Life sandbox built with React.js
#2Well done! Have you considered a menu to change the automata rules?
Re: Show HN: Yagol, a Game of Life sandbox built with React.js
#3If anyone else was also puzzled:
https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life
Re: Show HN: Yagol, a Game of Life sandbox built with React.js
#4Well done! Have you considered a menu to change the automata rules?
Thank you :). Yes I have considered it, I will maybe implement it later if this project is liked by the community.
Re: Show HN: Yagol, a Game of Life sandbox built with React.js
#5If 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.
Re: Show HN: Yagol, a Game of Life sandbox built with React.js
#6[deleted]
Re: Show HN: Yagol, a Game of Life sandbox built with React.js
#7double glider
eyJuYW1lIjoiZG91YmxlIGdsaWRlciIsInNoYXBlU2l6ZSI6WzUsNV0sImxpZmVNYXAiOlsyMCwxNSwxMCw1LDAsNiwxMiwxOCwyNCwxOSwxNCw5LDRdfQ==
Re: Show HN: Yagol, a Game of Life sandbox built with React.js
#8double 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
#9"Life? Don't talk to me about life." ;)
Re: Show HN: Yagol, a Game of Life sandbox built with React.js
#10If 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?