SandPond is an engine for atoms that follow spatial rules.
Try it out at www.sandpond.cool.
It is heavily inspired by Dave Ackley's T2Tile Project.
For more info, check out my videos.
I post a new update every day on my Instagram and Twitter.
Atoms follow simple rules, like this one:
@ => _
_ @
The @
represents the atom.
The _
represents an empty space.
So... the rule makes the atom fall down if there's an empty space below it.
Try it out at www.sandpond.cool.
Or download it and open index.html
in a browser.
Elements are written in the SpaceTode language.
To learn more, check out the SpaceTode Documentation.
Or check out the examples in the Elements folder.