HOW TO USE

Welcome to Automata Sandbox! Here you'll find the tools to learn about and create your own cellular automata.

CODE EXAMPLES

Click on the buttons at the top of the page to load example code into the editor and watch it come to life. You can edit any of the examples and watch the world change in real time.

Any errors in your code will pause the execution and display in the console at the bottom of the screen.

PERSISTENT GRID

This option tells the grid whether or not to reset when switching examples. When it's on, you can play around with different rulesets. Try: Game of Life > Blocks > Sand!

function updateCell(neighbours) {
}
CONSOLE

SETTINGS