Skip to content

JessePerry/ink-wedding-game

 
 

Repository files navigation

Wedding RSVP fork 💍

The game is hosted here as a GitHub Page https://jesseperry.github.io/ink-wedding-game/ The release is under /docs

This is a fork to re-design neoskop's awesome chat bot into an interactive rsvp form for a wedding.

Wedding Game Screenshot

Chatbot with Angular and Ink

Learn more about the project here: https://www.neoskop.de/blog/simple-chatbots-with-angular-and-ink

Demo

https://sqrrl.github.io/angular-ink-chatbot/

Quickstart

Verify that you are running at least node 7 and npm 4 by running node -v and npm -v in a terminal/console window.

$ npm install
$ npm start

This will start the application on port 3000.

Build for production

$ npm install
$ npm build

This creates/updates the bundled files, stored in the build directory.

Update Ink

The story file is located under src/ink/story.ink.

On a Mac:

$ npm run ink

Otherwise use Inky to export the story.ink file as JSON, or download inklecate for your OS from https://github.com/inkle/ink.

About

Chat Bot Prototype with Angular and Ink

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.7%
  • CSS 13.2%
  • JavaScript 12.9%
  • HTML 5.2%