├── 01_hello ├── begin.rive ├── hello.rive ├── learning.rive └── wildcards.rive ├── 02_knock └── knockknock.rive ├── README.md ├── p5_example ├── brain │ └── knockknock.rive ├── index.html ├── rivescript.js └── sketch.js └── shell.py /01_hello/begin.rive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/01_hello/begin.rive -------------------------------------------------------------------------------- /01_hello/hello.rive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/01_hello/hello.rive -------------------------------------------------------------------------------- /01_hello/learning.rive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/01_hello/learning.rive -------------------------------------------------------------------------------- /01_hello/wildcards.rive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/01_hello/wildcards.rive -------------------------------------------------------------------------------- /02_knock/knockknock.rive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/02_knock/knockknock.rive -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/README.md -------------------------------------------------------------------------------- /p5_example/brain/knockknock.rive: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/p5_example/brain/knockknock.rive -------------------------------------------------------------------------------- /p5_example/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/p5_example/index.html -------------------------------------------------------------------------------- /p5_example/rivescript.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/p5_example/rivescript.js -------------------------------------------------------------------------------- /p5_example/sketch.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/p5_example/sketch.js -------------------------------------------------------------------------------- /shell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Programming-from-A-to-Z/ChatBot-Workshop/HEAD/shell.py --------------------------------------------------------------------------------