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: about 1 month 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-04-27T01:34:30.000Z (about 3 years ago)
- Last Synced: 2025-02-01T18:43:22.956Z (3 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.