JackDanger / love
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Branch:
master
tenoch (author)
Wed Jul 22 10:21:13 -0700 2009
love /
| name | age | message | |
|---|---|---|---|
| |
Makefile.am | Tue May 26 11:20:58 -0700 2009 | |
| |
changes.txt | Sun May 31 16:02:52 -0700 2009 | |
| |
configure.in | Mon Jul 06 02:06:13 -0700 2009 | |
| |
docs2/ | Fri Mar 13 09:12:40 -0700 2009 | |
| |
license.txt | Tue Mar 03 11:38:58 -0800 2009 | |
| |
platform/ | Wed Jul 08 07:07:12 -0700 2009 | |
| |
readme.txt | Mon Mar 31 23:28:05 -0700 2008 | |
| |
src/ | Wed Jul 22 10:21:13 -0700 2009 | |
| |
tools/ | Tue Dec 16 03:48:14 -0800 2008 |
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".
