/MakiyuiSoul

Japanese Mahjong game server

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

MakiyuiSoul

A server software reimplemented for a Japanese Mahjong game

Join Us

Welcome join our Discord

Features

  • Login / Oauth2
  • Characters
  • Skins
  • Activitys
  • Multi Game
  • Custom Game
  • Gachas

Usage/Examples

from . import MakiyuiSoul

MakiyuiSoulServer = MakiyuiSoul()

@MakiyuiSoulServer.Teokure(".lq.Lobby.heatbeat")
async def heatbeat(ctx, payload, reqIdx, *args):
    print('heatbeat!')
    await ctx.RespLobbyHeatbeat(reqIdx)

MakiyuiSoulServer.FutekusaretaNeko()

Config

To run this project, you will need config.yml file