Skip to content

ajawsome4ev/SandPond

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SandPond

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.

Rules

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

Try it out at www.sandpond.cool.
Or download it and open index.html in a browser.

Make your own element

Elements are written in the SpaceTode language.
This guide shows you how to make your first element.
To learn more, check out the SpaceTode Documentation on the wiki.
Or check out the examples in the Elements folder.

Releases

No releases published

Packages

 
 
 

Languages

  • JavaScript 99.8%
  • HTML 0.2%