Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonjondev/love-lunatic

A map-based, 2D game framework built in Lua with LÖVE
https://github.com/jonjondev/love-lunatic

Last synced: 7 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```bash
open -a love .
```
To open the map editor, use:
```bash
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()`