from Hacker News

Show HN: Interactive Cellular Automata Demo

by thearn4 on 5/2/25, 3:11 PM with 0 comments

Going back to a very old school notion of "AI" : just updated a demo I did a few years back on efficiently computing cellular automata forward steps using convolution operations. Added a huggingface demo too. https://github.com/thearn/game-of-life

for fun, I let users swap rules dynamically in the app, try letting it run Conway for a short bit, pause the simulation, switch to Maze and start from there.