Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/patrixr/relationship

A humble Love2D game skeleton
https://github.com/patrixr/relationship

boilerplate game-dev love2d lua skeleton-application

Last synced: 7 days ago
JSON representation

A humble Love2D game skeleton

Awesome Lists containing this project

README

        

# Relationship

This is a simple skeleton for a LOVE2D game

It can be a reference to structure a game, or not ... still fun.

It contains :
- Screen Stacking
- Simple sprite animations
- Inter-module communication (mediator)
- Basic collisions
- A Configuration file
- Some Debug helpers
- A build script
- A Class module (base classes + inheritance)

Useful links :

- How to duplicate a repository : https://help.github.com/articles/duplicating-a-repository/
- LOVE2D Website : https://love2d.org
- Love animation lib (a submodule) : https://github.com/blobCopter/love-animation
- Distributing a love2d game : https://love2d.org/wiki/Game_Distribution