-
Notifications
You must be signed in to change notification settings - Fork 3
The Script Dialog
Mark McKnight edited this page Mar 30, 2017
·
4 revisions
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:

- Upgrading from v2.2 to v2.3
- Home
- Frequently Asked Questions
- Installation
- Dialogs
- Scripting
- Deployment
- Release History
- License
