flebeau / RiichiMahjongScoring

Riichi Mahjong scoresheet software based on Scott D. Miller's book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RiichiMahjongScoring

A Riichi Mahjong scoresheet software based on Scott D. Miller's book scoring tutorial, coded in C++ and Qt5

Functionalities

This program allows the user to:

  • create a scoresheet with customized player names, for three or four players
  • add turn results and compute score changes
  • save the current scoresheet to a file
  • load a saved scoresheet

Requirements

This project requires:

  • CMake version >= 3.1
  • Qt5

Building

On Linux, go into the project directory and execute the following commands:

mkdir -p build
cd build
cmake ..
make

The generated executable program is located in build/RiichiMahjongScoring.

Screenshots

Main window

New game dialog

Ron / Tsumo victory

Scoring help dialog

About

Riichi Mahjong scoresheet software based on Scott D. Miller's book


Languages

Language:C++ 90.5%Language:Python 9.0%Language:CMake 0.6%