Introduction
Last updated
Was this helpful?
Last updated
Was this helpful?
SpaceTode is a spatial programming language. I use it to make new elements in the . It is heavily inspired by .
Its source code is here:
You draw spatial rules for atoms to follow, like this one:
In this example...
The @
represents the sand atom.
The _
represents an empty space.
So... the rule makes the sand atom fall down into any empty space.
The easiest way to try writing SpaceTode is by , and then writing your code in the CustomElements.js
file.