SandPond
3D cellular automata
Install / Use
/learn @TodePond/SandPondREADME
<img align="right" height="100" src="http://img.todepond.com/IMG/SandPond@0.25x.png">
SandPond
SandPond is an engine for cells that follow spatial rules.<br> It's heavily inspired by Dave Ackley's T2 Tile Project.
For more info, check out the SandPond Saga video series.
Rules
Atoms follow simple rules, like this one:
@ => _
_ @
The @ represents the atom.<br>
The _ represents an empty space.<br>
So... the rule makes the atom fall down if there's an empty space below it.<br>
Try it out
Try it out at www.sandpond.cool.<br>
Or download it and open index.html in a browser.<br>
Make your own element
Elements are written in the SpaceTode language.<br> To learn SpaceTode, check out the documentation.<br> Or look at the examples in the Elements folder.
