1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-04-28 07:09:25 +03:00

Update README.md

This commit is contained in:
Přemek Vyhnal 2017-01-14 01:50:51 +01:00 committed by GitHub
parent 19c9e86efb
commit 1bef2c4890

View file

@ -3,6 +3,21 @@ An attempt to implement a subset of [ink](https://github.com/inkle/ink) in lua u
_Ink is inkle's scripting language for writing interactive narrative, both for text-centric games as well as more graphical games that contain highly branching stories._
## Currently supported
- Paragraphs
- Comments
- Choices
- choice and output text
- nested choices
- Knots
- Diverts
- Glue
See https://github.com/inkle/ink/blob/master/Documentation/WritingWithInk.md for the description of the reference ink implementation.
## How to use this to run a game
To use it in your project download the latest source or the latest [release](../../releases). You need just the [pink](../../tree/master/pink) directory.