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
- Host: GitHub
- URL: https://github.com/lunareteam/ae-luna
- Owner: lunareteam
- License: mit
- Created: 2019-04-24T22:14:51.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-27T03:01:05.000Z (over 5 years ago)
- Last Synced: 2025-03-29T12:35:07.558Z (about 1 month ago)
- Topics: game, love2d, love2d-framework, lua
- Language: Lua
- Homepage:
- Size: 4.21 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```