-
There are many different rules about kazoe yakuman. [Link](https://ja.wikipedia.org/wiki/%E9%BA%BB%E9%9B%80%E3%81%AE%E5%BE%97%E7%82%B9%E8%A8%88%E7%AE%97#.E6.BA.80.E8.B2.AB.E4.BB.A5.E4.B8.8A.E3.81.AE.E…
0xrgb updated
7 years ago
-
Allow to easily integrate new AI (from other developers) to the project. Need to think about some kind of plugins system
-
From http://arcturus.su/wiki/Tenhou.net_rules
> At the end of the game, if there is a tie, the tie is broken in favor of the person having the earlier dealership.
> 「終了時に同点の場合は東1局の風順で順位を決定」
It me…
0xrgb updated
7 years ago
-
The algorithm you used to calculate xiangting has a mistake.
The result is not always the same with the result calculated by http://tenhou.net/2/.
For example, 14668889m. Your algorithm is inaccur…
-
From `mahjong/mahjong/hand_calculating/fu.py`, line 158
```diff
def round_fu(self, fu_details):
# 22 -> 30 and etc.
fu = sum([x['fu'] for x in fu_details])
- return int(math.ceil(fu / 10.0)) …
0xrgb updated
7 years ago
-
When bot calls others tile, its logs gets weird.
Here is the screenshot of this problem. http://imgur.com/roEDAfv
0xrgb updated
7 years ago
-
```text
2017-06-22 17:20:01 INFO: Round: 3, Honba: 1, Dora Indicators: [73]
2017-06-22 17:20:01 INFO: Players: [isi1017 (61,400), 辺銀堂 (25,500), ToukaBot (13,100), にこぷり麻雀道. (2級)]
2017-06-22 17:20:01…
0xrgb updated
7 years ago
-
I get something like that from tenhou
````
{"tag":"e125"}
{"tag":"N","m":"47627","who":"2"} //对家碰白
{"tag":"N","m":"14848","who":"2"} //暗杠6s
{"hai":"103","tag":"DORA"} //dora指示牌
{"tag":"D39"}…
-
In Tenhou client, if the overhead of AI takes approximately longer than 3s, then it'll show some socket timeout messages, the fix should be trivial.
Many thanks.
Edit:
Sample output:
```
2017…
0xsuu updated
7 years ago
-
1. Download all the mjlog files.
2. Modify the decoder to generate groups of csv data.
* Grouping
* Hands grouped by game.
* Hands grouped by player.
* Hands grouped by winn…
0xsuu updated
7 years ago