/fennel-love-test

Trying out Fennel-lang by making a game with LÖVE

Primary LanguageFennel

Fennel LÖVE Test

Just trying out fennel-lang by making a game with LÖVE

Dependencies

Building

make build

Running

Where <LoveBin> is the path to your LÖVE binary, e.g. /Applications/love.app/Contents/MacOS/love

<LoveBin> src

To do a build and run in one step you may do something like:

make build && love src