Git Product home page Git Product logo

quick's Introduction

##Basic requirements ubuntu kylin 14.04/16.04 lts

redis desktop manager

Ubuntu setup

sudo apt-get install autoconf libreadline-dev git gitg

Building from source

git clone https://github.com/charleeli/quick.git
cd quick
make

Test

启动账号服务器
./build/bin/redis-server ./config/database/accountdb.conf

启动存储服务器
./build/bin/redis-server ./config/database/gamedb.conf

启动登陆服务器和游戏服务器
./build/bin/skynet config/config.login
./build/bin/skynet config/config.game
./build/bin/skynet config/config.game2

启动客户端
cd ./tool
../build/bin/lua client.lua
../build/bin/lua client2.lua

命令行输入
load_role
gm  {cmd="set level 99"}
view_sign
send_world_chat {msg = "hello everyone!"}
send_private_chat {uuid = '58834458e428a6cf1b7aa91f', msg = 'hi 486'}
send_private_mail {to_uuid = '58834458e428a6cf1b7aa91f',subject='quick',content='quick is good'}
update_mailbox

Benchmark

cd ./tool/benchmark
../../build/bin/lua benchmark.lua -s ./script/sign.lua


../../build/bin/lua client.lua
命令行输入
script ./script/sign.lua

quick's People

Contributors

charleeli avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.