Skip to content

A map-based, 2D game framework built in Lua with LÖVE

Notifications You must be signed in to change notification settings

jonjondev/love-lunatic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Lunatic RPG Framework

Lunatic is an adventure game framework with an inbuilt map/game editor built in Lua with LÖVE (the LÖVE Engine).

Usage

Assuming you have LÖVE installed on your system, you can run the game with the following command:

open -a love .

To open the map editor, use:

open -a love ./map_editor

Project Structure

All modules are contained within /scripts/ and expose one of three methods in the M table.

  • init()
  • update()
  • render()

About

A map-based, 2D game framework built in Lua with LÖVE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages