b38tn1k / New-LOVE

blank(ish) slate for LOVE2D

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

##New LÖVE My version of a new LÖVE project. Whenever I set up a LÖVE project I make something similar to this:

  • cargo provides easy asset management
  • newClass script makes creating lua objects quicker
  • basic color table so I don't have to remember colors
  • exposed conf.lua file
  • JSON.lua allows for serialization of simple tables for saving and loading game state

LÖVE doesn't really force any design pattern on you like other game engines (which is one of the reasons it is so good!). This is what works for me. Enjoy!

About

blank(ish) slate for LOVE2D

License:MIT License


Languages

Language:Lua 100.0%