1
0
Fork 0
mirror of https://github.com/Oreolek/ink-instead.git synced 2024-07-17 05:54:34 +03:00
ink-instead/README.md
2016-12-10 00:01:22 +01:00

440 B

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