RaniSputnik / lovedist

Tool for building Love 2d games for distribution

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 92.3%Language:C++ 4.9%Language:Lua 1.7%Language:Go 0.7%Language:Objective-C 0.4%Language:Dockerfile 0.0%