Skip to content

piaohua/protoactor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors