readme.txt 711 B

12345678910111213141516171819202122232425
  1. ! WARNING !
  2. -----------
  3. This software is not complete. This is just a preview. Don't expect to find any
  4. interface consistencies between releases at all. With each release, everything
  5. you once knew and loved may be brutally murdered. By which I mean removed and/or
  6. changed.
  7. RUNNING GAMES
  8. -------------
  9. In Windows or other graphical enviroments, just open the .love file you want to
  10. run with the love binary, such as love.exe. (~^-^)~
  11. In a console, type "love" followed by the relative or absolute path to a directory
  12. (or archive).
  13. Examples:
  14. * love mygame.love
  15. * love /home/hax/ultragame
  16. Remember that what you are trying to run at least should contain the file "main.lua".