/lovedist

Tool for building Love 2d games for distribution

Primary LanguageC

Go Report Card

lovedist

A tool for building Love 2d games for distribution. Following the instructions here.

Running the server

With Docker installed;

$ docker build -t lovedist .
$ docker run -p 8080:8080 lovedist

With go installed;

$ go run *.go

Tests

To run the tests use;

$ go test ./...