Skip to content
/ fsnet Public
forked from frodosens/fsnet

一个c+ruby支持分布式部署开源的网络游戏库

Notifications You must be signed in to change notification settings

Passerby/fsnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fsnet

<<<<<<< HEAD 这是一个, libevent + ruby 为基础的网游服务器. 可支持分布式节点部署

一个c+ruby支持分布式部署开源的网络游戏库

如何编译,安装

#libevent 解压libs里的libevent-2.1.4-alpha.zip cd libevent-2.1.4-alpha ./configure make sudo make install

#ruby 解压libs 里的ruby-2.1.2.zip cd ruby-2.1.2 ./configure --enable-shared make sudo make install

#fsnet cd fanet make sudo make install

#编译你的游戏载体 会到项目根路径 make 这样你就会的得到一个game

#编写你的游戏服务器脚本 进入/scripts

boomman 是测试服务器的demo,可以看看

About

一个c+ruby支持分布式部署开源的网络游戏库

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published