Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joebobmiles/newgame
A template repository for building games with Lua+LÖVE.
https://github.com/joebobmiles/newgame
game game-development love2d lua template template-project
Last synced: 3 days ago
JSON representation
A template repository for building games with Lua+LÖVE.
- Host: GitHub
- URL: https://github.com/joebobmiles/newgame
- Owner: joebobmiles
- Created: 2020-08-01T18:38:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T01:34:30.000Z (almost 3 years ago)
- Last Synced: 2024-12-06T09:23:08.067Z (about 2 months ago)
- Topics: game, game-development, love2d, lua, template, template-project
- Language: Lua
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# New Game
This is a template repository for building games with Lua+LÖVE.
It ships with the following things:
- A "Hello World" LÖVE application
- A `release` workflow that:
1. Only runs when you push with a version tag, i.e. v1.0
2. Builds the game for LÖVE/Linux, Windows (32-, 64-bit), and MacOS.
3. Pushes builds to a GitHub release.
4. Pushes builds to an Itch.IO page.