The first rule shown is Conway’s Game of Life. As you scroll, you will see other random rules – the search space is 2^512. Help us find good rule heuristics by starring the ones you like!
On mobile it's a tiktok-like scrolling interface; on desktop it's an interface for targeted rule searching. Starred rules go to a global leaderboard.
GitHub repo: https://github.com/rulehunt/rulehunt
rjwalters•10h ago
This started at the https://alife.org/ Hackathon in Kyoto as an experiment to get a more intuitive feel for how unique cellular automata patterns like Conway's Game of Life really are. Each browser runs automata simulations locally using WebGL (via GPU.js) with CPU fallback.
We’d love feedback on ideas for ranking or clustering interesting rules — right now “interestingness” is purely human. Thinking about adding simple metrics like entropy, density, or temporal variance to help map the space.
Happy to answer any technical or design questions!