How to löve

Download & Install

Hello World!

  • Create a main.lua with your favourite Editor and type:

    function love.draw()
        love.graphics.print("Hello World", 400, 300)
    end
  • Start your first Application:

    $ /Applications/love.app/Contents/MacOS/love ~/path/to/mygame

Recommended stuff

  • Atom - Awesome Editor!
  • Lua-Plugin - Lua-Language-Plugin for Atom.
  • Math - Löve-wiki for general math.
  • Config - Löve-wiki for Config-Files.

Also check out our example!

Screenshot