Skip to content

OnceCemic/mjpancake

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • QML 69.5%
  • C++ 21.6%
  • JavaScript 3.8%
  • QMake 3.3%
  • Java 1.3%
  • Shell 0.3%
  • Batchfile 0.2%