TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Cellular Automata Laboratory

69 pointsby ebcodeabout 7 years ago

4 comments

md224about 7 years ago
I&#x27;m trying to understand the NLUKY rules... I think I&#x27;ve almost got it, but one thing is throwing me off: if Conway&#x27;s Game of Life is NLUKY 0,3,3,2,3, how does a cell&#x27;s state get back to 0 from 1? Rule 3 means that when a cell &quot;dies&quot; it gets set to 2, but if N = 0 then it looks like Rule 5 will never kick in and the cell will be stuck at 2 permanently.<p>I&#x27;m guessing this is a bug in the specification of Rule #3 (newC should be 0 if the cell &quot;dies&quot; and N = 0), but I just wanted to make sure I wasn&#x27;t misunderstanding something.
midnightmothabout 7 years ago
Fourmilab is chock-full of interesting things. Be sure to check out the gravity detector, too.<p>And the SlideScreen screen saver for Windows is still the best slide-show screen saver on that platform, after 15 years or more.<p>Not to mention how interesting John Waters, the creator of the site and Autodesk founder is.
评论 #16846616 未加载
eigengrauabout 7 years ago
Folks interested in playing with cellular automata might also be interested in the desktop application Golly (<a href="http:&#x2F;&#x2F;golly.sourceforge.net&#x2F;" rel="nofollow">http:&#x2F;&#x2F;golly.sourceforge.net&#x2F;</a>).
starshadowx2about 7 years ago
Some of the scenes in the demo remind me a lot of an old &quot;game&quot; I played with as a kid, Burning Sand. It&#x27;s a Falling Sand game.<p>- <a href="http:&#x2F;&#x2F;burningsand.de&#x2F;" rel="nofollow">http:&#x2F;&#x2F;burningsand.de&#x2F;</a><p>- <a href="https:&#x2F;&#x2F;www.wikiwand.com&#x2F;en&#x2F;Falling-sand_game" rel="nofollow">https:&#x2F;&#x2F;www.wikiwand.com&#x2F;en&#x2F;Falling-sand_game</a>