Skip to content

piaohua/protoactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1781ad2 · Apr 21, 2019

History

13 Commits
Apr 21, 2019
Oct 1, 2017
Oct 1, 2017
Oct 1, 2017
Oct 1, 2017
Oct 10, 2017
Oct 10, 2017
Oct 1, 2017
Oct 1, 2017
Oct 1, 2017
Oct 1, 2017
Oct 1, 2017
Nov 28, 2017
Nov 28, 2017
May 16, 2018
Oct 1, 2017
Oct 1, 2017

Repository files navigation

protoactor

  • This sample is a game server based on protoactor-go
  • based on protoactor-go

Installation

GOPATH=$(cd ../"$(dirname "$0")"; pwd)
go build -o main -ldflags "-w -s" ../src/protoactor/main.go
go build -o robots -ldflags "-w -s" ../src/protoactor/robots.go

Usage:

./main -log_dir="log" > /dev/null 2>&1 &
./robots -log_dir="log" > /dev/null 2>&1 &

Note:

As goplay is not actively maintained please use one of the following instead
goplays
gohappy

About

game server for Proto Actor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published