Open Issues Need Help
View All on GitHubAI Summary: This bug report describes an error that occurs when a player chooses to skip (decline) a Furo (pon/chi/kan) opportunity during a game. The issue provides a specific game link where the error was observed, along with a sequence of JSON messages that can be used to reproduce the problem.
Go port of mjai-manue (https://github.com/gimite/mjai-manue)
AI Summary: Create a test framework to verify that the Go port of mjai-manue makes the same move selections as the original CoffeeScript version, using game records as input. The framework should compare final action choices, not intermediate calculations.
Go port of mjai-manue (https://github.com/gimite/mjai-manue)
AI Summary: Debug a Go port of a Mahjong AI (mjai-manue-go) to resolve an error reported on RiichiLab. The error involves an incorrect round designation (S2-0 instead of S3-1) after a previous round ended in a draw. Investigation requires analyzing game logs and potentially reviewing the Go code's round handling logic.
Go port of mjai-manue (https://github.com/gimite/mjai-manue)