Skip to content

tbergeron/love-ludumdare-starter

Repository files navigation

love-ludumdare-starter

Löve 2D Game Development Starter Bundle.

Want to throw a quick ludum dare jam? Take this with you!

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 :(

3rd party libraries

Feel free to contribute and/or report any issues on the github issue tracker.

Getting Started

Installing Love2D in Ubuntu

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

Running Starter

git clone https://github.com/tbergeron/love-ludumdare-starter.git
cd love-ludumdare-starter
git submodule init
git submodule update
love .

About

Löve 2D (lua) Game Development Starter Bundle

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages