-
Hi! Original author here. I just received an email with feature request to https://autotable.riichi.moe/, and of course I'm not able to help them, so I redirected them to this Github project.
It se…
-
Hi, I have tested your script for a while and here's some suggestion on general strategy
-snip-
East 3
Turn 7: 788m 4678p 1256s 66z +3z
1s&2s is significantly better than 8m
Turn 10: 7m 34678p …
-
[これ](https://en.wikipedia.org/wiki/Japanese_Mahjong)に合わせる
-
## 現状
```
Observation
|- string[] player_ids
|- Score init_score
|- uint round
|- uint honba
|- uint riichi
|- int[] ten
|- uint[] doras
|- EventHistory event_history
…
-
# リファクタ1
現状の実装では、`State`クラスが一時変数を複数持っているため、`mjproto::State`から復元する際に元に戻せなくなっている。
例えば`last_discard_type_`は一時変数として持つのではなく、`mjproto::State::event_history`から最後に捨てられた牌を計算する関数として実装することができる。
これにより、`l…
-
I was running akochan-reviewer to review Mahjong Soul Logs by following your instruction ([https://github.com/Equim-chan/akochan-reviewer/blob/master/mjsoul.adoc](url)) on Windows and failed.
runni…
-
Code for Chiitoitsu is:
` def is_condition_met(self, hand, *args):
return len(hand) == 7`
But riichi rules specify that all pairs must be different.
I suggest something like:
` def is_…
-
Like Issue #39, I was trying to review a Majsoul log, but this happened with two different log files. Then a window pop-up "System.exe has stopped working"
```
22:29:32.971615 src\main.rs:506 con…
-
## 将棋の例
![image](https://user-images.githubusercontent.com/5868442/125045310-d0c39080-e0d7-11eb-8575-c526a53c21e4.png)
実装: https://github.com/TadaoYamaoka/cshogi/blob/master/cshogi/_cshogi.pyx#L…
-
- リーチ
client riichi→serverからの
server→riichi→clientの時
actionがriichiの時にmjaiは聴牌にならない牌をclientに伝えている。
クライアントの中にあるシュミレータを適切に動かすためと思われる。
論点
1. リーチ時点での可能な打牌を算出するために、mjaiはシュミレータを動かしているがtrans_serverではで…