Skip to content

speedeny/mmoarpgserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mmoarpgserver

a simple mmoarpg game server base on skynet

build

For linux, install autoconf first for jemalloc

cd skynet
make 'PLATFORM'  # PLATFORM can be linux, macosx now

Or you can :

export PLAT=linux
make

#Test Run this in console

cd skynet/skynet
./skynet ../xjgame/etc/config.login

About

基于skynet的mmoarpg游戏服务器

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Lua 99.1%
  • Makefile 0.9%