1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-06-26 03:50:45 +03:00
Go to file
2016-12-31 00:27:11 +01:00
examples story.state.visitCountAtPathString 2016-12-31 00:27:11 +01:00
pink story.state.visitCountAtPathString 2016-12-31 00:27:11 +01:00
test glue test 2016-12-04 02:47:33 +01:00
luaunit.lua tests, knots, diverts, para, lines 2016-11-30 16:11:57 +01:00
README.md love2d integration example 2016-12-10 00:01:22 +01:00
test.lua story.state.visitCountAtPathString 2016-12-31 00:27:11 +01:00
util.lua damn nested choices 2016-12-04 01:38:27 +01:00

pink

An attempt to implement a subset of ink in lpeg

How to use this to run a game

See the examples directory.

This is how to run the simple text-based example:

$ lua examples/game.lua

And this example shows LÖVE integration:

$ love examples/love2d

How to run tests

$ lua test.lua