Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 541 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 541 Bytes

GoLilyPad

An implementation of LilyPad in the language Go.

You can visit us on our website @ http://www.lilypadmc.org

Compilation

You can currently compile either Server Proxy or Server Connect.

Install Go 1.11+ and pull the project:

$ export GO111MODULE=on
$ git clone [email protected]:LilyPad/GoLilyPad.git

Server Connect

$ cd GoLilyPad/server/connect/main

Server Proxy

$ cd GoLilyPad/server/proxy/main

Lastly

$ go build
$ ./main