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
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:
sudo add-apt-repository ppa:bartbes/love-stable
sudo apt-get update
Arch Linux:
sudo pacman -S love