1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-05-13 06:28:24 +03:00
Go to file
2016-12-03 04:13:50 +01:00
examples runtime basic knot/divert support 2016-12-03 04:13:50 +01:00
pink runtime basic knot/divert support 2016-12-03 04:13:50 +01:00
test runtime basic knot/divert support 2016-12-03 04:13:50 +01:00
luaunit.lua tests, knots, diverts, para, lines 2016-11-30 16:11:57 +01:00
README.md runtime impl draft, simple example game 2016-12-03 01:44:39 +01:00
test.lua runtime impl simple game with choices 2016-12-03 03:05:00 +01:00
util.lua tests, knots, diverts, para, lines 2016-11-30 16:11:57 +01:00

pink

An attempt to implement a subset of ink in lpeg

How to use this to run a game

See the example. This is how to run the example:

$ lua examples/game.lua

How to run tests

$ lua test.lua