1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-05-12 22:18:26 +03:00
Go to file
2016-12-14 13:44:57 +01:00
examples love2d integration example 2016-12-10 00:01:22 +01:00
pink love2d integration example 2016-12-10 00:01:22 +01:00
test glue test 2016-12-04 02:47:33 +01:00
LICENSE Create LICENSE 2016-12-11 02:41:17 +01:00
luaunit.lua tests, knots, diverts, para, lines 2016-11-30 16:11:57 +01:00
README.md Update README.md 2016-12-14 13:44:57 +01:00
test.lua pink interface 2016-12-04 11:33:32 +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 lua using 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