The Framsticks system can interpret commands written in a simple language (FramScript). FramScript can be used for a range of tasks, from custom fitness functions, macros, and user-defined neurons, to user-defined experiment definitions, creatures behaviors, events, and even 3D visualization styles.
Understanding FramScript will let you exploit the full potential of Framsticks, because your scripts can control the Framsticks system. The following documents are related to script writing:
- FramScript syntax
- Contexts, objects, methods, and variables – reference. You can also use Framsticks GUI or CLI to look them up.
- Experiment definitions
- Script writing: pdf
- Little how-to: pdf
- Framclipse: for easier scripting!
See also the contents of the data/scripts
subdirectory, and the *.ini files in the command-line interface distribution.