public
Description: LÖVE - the unquestionably awesome 2D game engine in Lua (updated hourly from SVN)
Homepage: http://love2d.org/
Clone URL: git://github.com/JackDanger/love.git
love /
name age message
file Makefile.am Tue May 26 11:20:58 -0700 2009 Fixed additional -I. (autoconf didn't like this... [haiconga]
file changes.txt Sun May 31 16:02:52 -0700 2009 Window is now centered on screen. git-svn-id: ... [prerude]
file configure.in Mon Jul 06 02:06:13 -0700 2009 Start a FLAC, other fixes git-svn-id: https://... [bartbes]
directory docs2/ Fri Mar 13 09:12:40 -0700 2009 Polished some files comment-wise, fixed an inco... [prerude]
file license.txt Tue Mar 03 11:38:58 -0800 2009 Fixed bug in luax which caused object conversio... [prerude]
directory platform/ Wed Jul 08 07:07:12 -0700 2009 Made love.image abstract. Implementing other im... [prerude]
file readme.txt Mon Mar 31 23:28:05 -0700 2008 Merged lovemod with trunk. git-svn-id: https:/... [prerude]
directory src/ Wed Jul 22 10:21:13 -0700 2009 Added GearJoint to love.physics git-svn-id: h... [tenoch]
directory tools/ Tue Dec 16 03:48:14 -0800 2008 Added love_devil. Restructured liblove. git-sv... [prerude]
readme.txt
! WARNING ! 
-----------

This software is not complete. This is just a preview. Don't expect to find any interface consistencies between releases 
at all. With each release, everything you once knew and loved may be brutally murdered. By which I mean removed and/or 
changed.


RUNNING GAMES
-------------

In Windows or other graphical enviroments, just open the .love file you want to run with love.exe (~^-^)~

In a console, type "love" followed by the relative or absolute path to a directory (or archive).

Examples: 

* love mygame.love
* love /home/hax/ultragame

Remember that what you are trying to run at least should contain the file "main.lua".