Skip to content

MultiplayerOnline Battle Arena lastBattlt C++ sever

License

Notifications You must be signed in to change notification settings

Polaris-hzn8/LastBattle-Server

 
 

Repository files navigation

Introduction


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

Below is the structure of this project:

img

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

MultiplayerOnline Battle Arena lastBattlt C++ sever

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 44.7%
  • C 29.1%
  • Makefile 8.3%
  • Roff 5.1%
  • Python 3.0%
  • Shell 2.5%
  • Other 7.3%