Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 420 Bytes

LAYOUT.md

File metadata and controls

9 lines (8 loc) · 420 Bytes

LÖVE2D Boilerplate Folder Layout

  • /assets - Images, sound, maps, etc go here.
  • /game - Game-specific code stuff goes here.
  • /libs - LÖVE2D and game libraries/reusables go here.
  • /love - LÖVE2D engine-specific callbacks/methods (see /main.lua)
  • /vendor - 3rd party lua libraries and extensions.
  • /conf.lua - LÖVE2D configuration file.
  • /main.lua - LÖVE2D entry point (lots of info in here)