Skip to content

MOBA手游【最后一战】unity3d C++ mirror

License

Notifications You must be signed in to change notification settings

bluesky0521/BattleServer

 
 

Repository files navigation

Build status Codacy Badge MIT Licence


Introduction

BattleServer is a MOBA game server, like Srike of Kings.

Below is the structure of this server project:

Client

Source files include Client, which is also a standalone project.


Database

Using SQL sentence below to solve Authentication plugin 'caching_sha2_password' cannot be loaded issue:

ALTER USER root@localhost IDENTIFIED WITH mysql_native_password BY '123321';

PORTs used:

  • CSBattleMgr

    Listen Port Server
    10010 RC scene
    10001 SS scene
    10002 GS gateway
    1234 LogMgr
    6379 redis
    6380 LogicRedis
  • LogMgr

    Listen Port Server
    1234 database[FBAll_LogDB_1]

About

MOBA手游【最后一战】unity3d C++ mirror

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 45.3%
  • C 28.4%
  • Makefile 8.2%
  • Roff 5.1%
  • Python 3.0%
  • Shell 2.5%
  • Other 7.5%