|
|
Getting started
Basics
Download LÖVE from http://love2d.org and install.
Create a new directory somewhere, and create two files:
author = "Your Name"
And write the following into the main.lua file:
function load()
After saving, simply drag the directory you created onto the executable
(Windows: love.exe), and the the game will start. You should see your
message on the screen.
Further Reading
For more information, check out the tutorials.
External libraries
Copyright © 2006-2008 LÖVE Development Team.
|