1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-05-13 06:28:24 +03:00
ink-instead/README.md
2016-12-14 13:44:57 +01:00

450 B

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