OnceCemic / mjpancake

A Saki mahjong simulator with high-quality occult implementation

Home Page:https://mjpancake.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pancake Mahjong

Gitter Build Status

Pancake Mahjong is an inofficial Saki mahjong simulator with high-quality occult implementation.

Visit [https://mjpancake.github.io] for more information.

Build

The client can be built on Linux, Windows, or macOS with Qt (community version) installed, The least required version is Qt 5.7, but it is recommended to use the lastest Qt 5.10.1 to obtain a probably better performance. The target platform can be Linux, Windows, macOS, Android, or iOS.

To obtain an executable client, build it either by the Qt Creator (easier) or from the command line:

git clone --recursive https://github.com/rolevax/mjpancake.git
mkdir build && cd build
qmake -config release ../mjpancake
make (or nmake, or mingw32-make according to your platform)

License

  • The Pancake Mahjong client is released under the LGPLv3 license
  • The Libsaki library is released under the MIT license

About

A Saki mahjong simulator with high-quality occult implementation

https://mjpancake.github.io

License:GNU Lesser General Public License v3.0


Languages

Language:QML 69.7%Language:C++ 21.6%Language:JavaScript 3.8%Language:QMake 3.3%Language:Java 1.3%Language:Shell 0.3%Language:Batchfile 0.2%