Difference between revisions of "LÖVE Game File"

(a cake for googlers, to whom .love files are unknown so they don't have to visit ad-full file format info sites.)
 
m (Added i18n template)
 
Line 6: Line 6:
  
 
See [[Game_Distribution#Create_a_.love-file|Create a .love-file]] to learn how to get a .love file for distribution. See [[Getting Started#Running_Games|Running Games]] for information on how to start games in .love file.
 
See [[Game_Distribution#Create_a_.love-file|Create a .love-file]] to learn how to get a .love file for distribution. See [[Getting Started#Running_Games|Running Games]] for information on how to start games in .love file.
 +
 +
== Other Languages ==
 +
{{i18n|LÖVE_Game_File}}

Latest revision as of 12:02, 3 January 2019

LÖVE game files or .love files are games, packaged for the LÖVE engine.

The file format is the same as a Zip file format with a ".love" file name ending instead of ".zip".

LÖVE game files contain the main.lua at the top-most directory level of the Zip archive script and other assets (e.g. fonts, images, music, scripts, sounds, etc.).

See Create a .love-file to learn how to get a .love file for distribution. See Running Games for information on how to start games in .love file.

Other Languages