Löve 2D Game Development Starter Bundle.
This bundle is built for personal purposes only. It contains a few important libraries to get quick prototypes done, etc. A simple game state manager in state_manager.lua
is also provided. Simply follow the pattern of the existing states (Game.lua
and Menu.lua
) to get started.
Most assets are coming from a defunct game called Glitch. I miss that game :(
Feel free to contribute and/or report any issues on the github issue tracker.
sudo add-apt-repository ppa:bartbes/love-stable
sudo apt-get update
sudo apt-get install love
git clone https://github.com/tbergeron/love-ludumdare-starter.git
cd love-ludumdare-starter
git submodule init
git submodule update
love .