Skip to content

outofpower/MoonNetLua

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MoonNetLua

A simple game server with lua bind

##Bulid

The project use of C++11/14 features, I tested compliers are:

  • GCC 5.4
  • Visual Studio 2015 Community Update 3

Linux Platform:

  • make config=debug_linux
  • make config=release_linux

##Run

Windows

  • Copy MooNet.exe lua.dll to Resource path
  • Copy protubuf.dll to Resource/Lib path

Linux

  • Copy MooNet lua.so to Resource path
  • Copy protubuf.so to Resource/Lib path

About

A simple game server with lua bind

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 74.9%
  • C 19.7%
  • Makefile 2.6%
  • Lua 1.5%
  • Shell 1.1%
  • M4 0.2%