Skip to content

Longwater1234/checkers-backend

Repository files navigation

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

About

Server for SpaceCheckers game. Built with Go stdlib and Protobuf

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published