1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-04-27 22:59:26 +03:00

Update README.md

This commit is contained in:
Přemek Vyhnal 2017-01-14 13:43:27 +01:00 committed by GitHub
parent 37913d3ec1
commit 507c388858

View file

@ -5,6 +5,7 @@ _Ink is inkle's scripting language for writing interactive narrative, both for t
## Currently supported
### Parser
- Paragraphs
- Comments
- Choices
@ -14,7 +15,10 @@ _Ink is inkle's scripting language for writing interactive narrative, both for t
- Diverts
- Glue
See https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md for the description of the reference ink implementation.
### Runtime
- state.visitCountAtPathString() - allows the runtime to check if the story went through a scpecific point
See [WritingWithInk](https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md) and [RunningYourInk](https://github.com/inkle/ink/blob/master/Documentation/RunningYourInk.md) for the description of the reference ink implementation.
## Used by
pink is used by my small game https://github.com/premek/enjoy