We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The scripting language is a graph traversal DSL based on Gremlin which is built on top of the Groovy programming language.
For example, type the following into the Script dialog and click the Run button:
g.addVertices(32) g.ringLattice(3)
This code adds 32 nodes to the graph and arranges them in a ring lattice structure.
In the graph visualization, each node represents a player in the game and the ties show who will be playing with who.
Video: