Skip to content

Jumla/GoLilyPad

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

  1. Pull the project: go get github.com/LilyPad/GoLilyPad

  2. Dependencies: go get launchpad.net/goyaml

Server Connect

3.A) cd $GOPATH/pkg/github.com/LilyPad/GoLilyPad/server/connect/main

Server Proxy

3.B) cd $GOPATH/pkg/github.com/LilyPad/GoLilyPad/server/proxy/main

Lastly

  1. go build

  2. ./main

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%