DeachSword / MakiyuiSoul

Japanese Mahjong game server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Japanese Mahjong game server

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 93.1%Language:Lua 6.9%