Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 623 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 623 Bytes

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