Lunatic is an adventure game framework with an inbuilt map/game editor built in Lua with LÖVE (the LÖVE Engine).
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
All modules are contained within /scripts/
and expose one of three methods in the M
table.
init()
update()
render()