v0.3.1 - Aug 20, 2021
This release simply adds a go.mod
to this project so that it gets along well with modern Go projects.
The attached release artifacts contain:
- The
rivescript
orrivescript.exe
binary from this project. Usage is likerivescript <path/to/files.rive>
- The
eg
examples, includingeg/brain
which holds the example brain. - For Windows, run
example.bat
which easily runs the commandrivescript.exe eg/brain
to quickly start testing the RiveScript bot. - README, LICENSE, and Changes files.
For the source code, go get github.com/aichaos/rivescript-go
or download the repo .zip from GitHub.