Skip to content

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

License

Notifications You must be signed in to change notification settings

whywynwmx/TheLastBattle

 
 

Repository files navigation

Build Status Codacy Badge MIT Licence


Introduction

TheLastBattle is a MOBA game server, like Arena of Valor.

Below is the structure of this project:

Client

Client source files include 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

Releases

No releases published

Packages

No packages published

Languages

  • C++ 36.6%
  • C 23.7%
  • C# 14.5%
  • Makefile 6.7%
  • Roff 4.2%
  • Smalltalk 3.1%
  • Other 11.2%