Skip to content

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

Notifications You must be signed in to change notification settings

flebeau/RiichiMahjongScoring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published