Package Name
lq
Import
import "github.com/moxcomic/lq"
NotifyAIResult
| Field Name | Type | Notes |
|---|---|---|
| Result | []*lq.AIResult | |
| Shanten | int | Shanten (number of tiles needed to tenpai) |
| Rrrr | int | Deprecated |
| Mmmm | int | Deprecated |
AIResult
| Field Name | Type | Notes |
|---|---|---|
| Type | uint32 | Operation type |
| Tile | string | Tile name |
| Moqie | bool | Whether it is the last drawn tile |
| Combination | []string | Tile combination for Chii, Pon, or Kan |
| Score | float64 | Recommendation value |
| Chong | float64 | Risk value |
