Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 873 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 873 Bytes

Multiplayer Game Server

A simple multiplayer game server written in Golang 1.11 and designed for use in JavaScript ES6.

Get the Server

Option 1

Download it from the releases tab. Quick link to the most recent release.

Option 2

Build a binary from the master branch. Make sure you have Golang installed and use the following commands:

go get
go build -o server

Find the executable file in the current folder named server. Currently, Ubuntu 18.04 and its variants are the only officially supported OSes, but most Linux flavors should work.

Simple Example

You can find an example in the /example directory.

Links