Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/patrixr/relationship
- Owner: patrixr
- License: mit
- Created: 2015-11-16T02:19:50.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T05:58:36.000Z (over 5 years ago)
- Last Synced: 2024-11-06T07:35:43.973Z (about 2 months ago)
- Topics: boilerplate, game-dev, love2d, lua, skeleton-application
- Language: Lua
- Homepage:
- Size: 118 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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