/BattleServer

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

Primary LanguageC++The UnlicenseUnlicense

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]