/crush

Command line Lua using Love

Primary LanguageLua

Crush

Crush is a script that runs Lua script using the interpreter embedded inside Love.

Usage

Create a Lua script (eg: random.lua)

print("Here is a random number : " .. love.math.random())

Run it using crush

$ crush random.lua
Here is a random number : 0.68980386685727