Skip to content

Tool for building Love 2d games for distribution

Notifications You must be signed in to change notification settings

RaniSputnik/lovedist

Repository files navigation

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 ./...

About

Tool for building Love 2d games for distribution

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published