Skip to content

Releases: you-win/gdscript-verbal-expressions

GDScript Verbal Expressions 1.0.0

26 Mar 02:47
Compare
Choose a tag to compare

GDScript Verbal Expressions 1.0.0

Based off of the Java implementation.

The source for the web demo is also included here. The web demo can be found on itch.io.

For most users, verbal-expressions.zip is the file they should download.

Installation

  1. Extract the folder from the zip file
  2. Place the verbal-expressions folder in your project's addons folder. Create the addons folder if it does not exist.
  3. Load the verbal_expressions.gd file and create a new instance of it (e.g. var ve = load("res://addons/verbal-expressions/verbal_expressions.gd").new())
  4. Start writing verbal expressions

See the tests directory for examples.