CodingTrain / CodingTrain/Suggestion-Box
Making a story with inky and inkjs
- Dominant language
- No language data
- Stars
- 570
- Forks
- 85
- PR merge metrics
- No merged PRs in 30d
Description
I've been creating a game recently and I'm going to try and use the [Ink scripting language](https://www.inklestudios.com/ink/) to deal with the dialogue in the game. There is a lovely executable, Inky that allows you to write an ink story and export it to JSON which I've been exploring. After you create the story, you can use [inkjs ](https://github.com/y-lohse/inkjs)to deploy it onto a webpage.
I think it would be useful to show people how they can use inky to create a story, use inkjs to deploy a story onto a website and possible extend their project with inkjs using their own js file, such as [this example](https://github.com/lizgw/phaser-ink-demo). Maybe you could have an ink style game that interacts with p5js in some way, such as using your word2vec code to style colours from a story with coloured backgrounds. I'm planning on doing something similar once I've finished my current project.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.