Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.11 KB

Build Status

goita-cli

Goita Command Line Interface (Node.js)

Install

npm install -g goita-cli

Start Goita game

Start a goita game with computer players.

goita game

gameScreenshot

MEMO: never deal goshi or Yaku(6-8 shi, 5-5 shi) by default

param(short) param(long) value example
-i --initial-state history[string] "12345678,12345679,11112345,11112345,s1"
-s --initial-score scores [(1&3_score),(2&4_score)] 140,0
-p --player-no No. [1-4 number] 1
-G --noGoshi [switch option]
-Y --noYaku [switch option]

Game rules

Rules (日本語) | (English)

Evaluate moves

goita solve [history]

solveScreenshot

Specifications of history string

Take a look at goita-core README @HistoryString