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

https://github.com/lunareteam/ae-luna

A game in love2d
https://github.com/lunareteam/ae-luna

game love2d love2d-framework lua

Last synced: 11 days ago
JSON representation

A game in love2d

Awesome Lists containing this project

README

        

Game Loader Prototype
==========

A prototype made using the love2d framework.

Works with calls to multiple games, separated in folders.

**How to run**

Install the required dependencies and execute the main folder (which has 'main.lua' inside it) using the command
```bash
love folder-name
```

**Dependencies**

The love2d framework has to be installed. As it is how the game is run.

**Windows and mac**:

Install the love framework for your system on ```https://love2d.org```

**Ubuntu**:

```bash
sudo add-apt-repository ppa:bartbes/love-stable
sudo apt-get update
```

**Arch Linux**:

```bash
sudo pacman -S love
```