Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 608 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 608 Bytes

checkers-backend

Server for SpaceCheckers , a multiplayer checkers game for Windows and MacOS, available on itch.io. Written entirely using only Go's standard library and protobuf lib.

Requirements

How to build

  • Simply open up your terminal (or CMD) at this project root directory and run the following command.
    go build --ldflags="-s -w" .
  • Set ENV variable for PORT which the server will listen to.
  • If port not set, it will be default listen at 9876