Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tredfern/love2d-template
https://github.com/tredfern/love2d-template
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tredfern/love2d-template
- Owner: tredfern
- License: mit
- Created: 2018-08-28T02:43:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-12T03:20:06.000Z (over 6 years ago)
- Last Synced: 2024-10-15T06:09:51.308Z (3 months ago)
- Language: Lua
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for Starting New Love2D Projects
This is my starting point for new Love2D projects. I got tired of some of the templating I was doing and will update this with new helpers and potentially libraries that make sense.
~~~~
git clone https://github.com/tredfern/love2d-template.git my-project
cd my-project# Remove the git repository metadata
rm -rf .git/# Start a brand new repository
git init .
git add .
~~~~Be aware that there is a LICENSE that is associated with this template. If your project uses a different license, be sure to change that.