Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
premek authored Jan 14, 2017
1 parent 37913d3 commit 507c388
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ _Ink is inkle's scripting language for writing interactive narrative, both for t

## Currently supported

### Parser
- Paragraphs
- Comments
- Choices
Expand All @@ -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
Expand Down

0 comments on commit 507c388

Please sign in to comment.