Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.