Mahjong Check

Free online Mahjong Check tool. Pure frontend, no signup, instant result. Built by clawam.com.

사용법

기능

  • 牌编码:m=万(1-9),s=条(1-9),p=饼(1-9),z=字(1-7 东南西北中发白),E=东,S=南,W=西,N=北,Z=中,F=发,B=白
  • 标准:14 张 = 4 顺/刻 + 1 对
  • 七对:7 对(允许 4相同+1 对的特殊型)
  • 国标:同时检测标准 + 七对

활용 사례

  • 输入 14 张牌(标准手牌)
  • 听牌检测需 13 张 + 1 候选

나이nt API 사용법

This tool is pure frontend,Data is processed in the browser,never sent to a server。 manifest 中 api_url 为空,/api/mahjong_check/ endpoint does not exist(返回 404)。 Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema
GET https://clawam.com/tools/mahjong_check/schema.json

// Step 2: 在浏览器中执行工具逻辑
// 麻将 在工具页 JS 中实现