https://github.com/remarkablegames/love-template
❤️ LÖVE template to make 2D games in Lua.
https://github.com/remarkablegames/love-template
2d 2d-game engine game love love2d lua template
Last synced: 2 months ago
JSON representation
❤️ LÖVE template to make 2D games in Lua.
- Host: GitHub
- URL: https://github.com/remarkablegames/love-template
- Owner: remarkablegames
- License: mit
- Created: 2025-08-24T17:54:44.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2026-01-03T04:00:52.000Z (6 months ago)
- Last Synced: 2026-02-25T19:34:47.616Z (4 months ago)
- Topics: 2d, 2d-game, engine, game, love, love2d, lua, template
- Language: Lua
- Homepage: http://remarkablegames.org/love-template/
- Size: 1.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# love-template
❤️ [LÖVE](https://love2d.org/) template. Example from [challacade/snippets](https://github.com/challacade/snippets).
## Prerequisites
Download [LÖVE](http://love2d.org/#download):
```sh
brew install love
```
Check the version:
```sh
love --version
```
## Install
Clone the repository:
```sh
git clone https://github.com/remarkablegames/love-template.git
cd love-template
```
Initialize and update the submodules:
```sh
git submodule update --init --recursive
```
## Run
Run the game:
```sh
love .
```
## License
[MIT](LICENSE)