A small score calculator for Riichi Mahjong. Built using Wails, with a React + TypeScript frontend and Go backend.
The main logic for calculating scores is implemented in my riichi-base
package.
This calculator uses the Mahjong Soul ruleset. Read more about it and Riichi Mahjong in general at riichi.wiki.
Tile graphics are taken from here.
To install, you'll need to first install the Wails CLI. Then, clone this repository, and run wails build
in it. The executable will be in build/bin
.