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

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.

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)