https://github.com/heedrox/scure-dialogflow
Create conversational adventure games for Google Assistant with SCURE engine
https://github.com/heedrox/scure-dialogflow
Last synced: about 2 months ago
JSON representation
Create conversational adventure games for Google Assistant with SCURE engine
- Host: GitHub
- URL: https://github.com/heedrox/scure-dialogflow
- Owner: heedrox
- License: isc
- Created: 2018-05-27T13:56:34.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-10-27T15:05:57.000Z (over 6 years ago)
- Last Synced: 2025-03-11T02:33:38.176Z (over 1 year ago)
- Language: JavaScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# SCURE DIALOGFLOW - Script Creation Utilities for Ric Escape (Conversational adventures) with Dialogflow / Google Assistant.
SCURE DIALOGFLOW is a javascript enginge for creating conversational or adventure games for Google Assistant (through dialogflow)
SCURE is a javascript engine for creating conversational or adventure games.
## Usage
Check https://github.com/jmarti-theinit/ric-escape to see an example.
- Create a data.js, with the json of the definition of the game.
- Create a walkthrough.js to test the game
- Create an index.js to publish require('scure-dialogflow').app as "app" from dialogflow to cloud functions.
- Publish the game through firebase functions.
- Create an app in Actions On Google, and Dialogflow; and use fullfilment.
## Instalation
npm install --save scure-dialogflow
## Instructions and commands
- require('scure-dialogflow').sdk and .dsl to build the walkthrough commands
- require('scure').dsl : functions to build the data JSON.