https://github.com/love2d/love-old
Legacy mirror. Please use https://github.com/love2d/love instead.
https://github.com/love2d/love-old
Last synced: 5 months ago
JSON representation
Legacy mirror. Please use https://github.com/love2d/love instead.
- Host: GitHub
- URL: https://github.com/love2d/love-old
- Owner: love2d
- License: zlib
- Archived: true
- Created: 2010-06-02T16:12:38.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2010-06-02T16:12:55.000Z (about 15 years ago)
- Last Synced: 2024-09-26T19:42:23.842Z (9 months ago)
- Language: C
- Homepage: https://love2d.org
- Size: 5.82 MB
- Stars: 101
- Watchers: 7
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: readme.txt
- Changelog: changes.txt
- License: license.txt
Awesome Lists containing this project
README
! 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 the love binary, such as 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/ultragameRemember that what you are trying to run at least should contain the file "main.lua".