Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在阅读一些中国古代游戏麻将的介绍(有点像扑克,但要复杂得多)。我花了几天时间编写一个程序来确定给定的手牌是否是赢牌。有谁知道或知道我在哪里可以找到免费代码?我只需要确定输赢的部分,我不是在寻找整个项目。谢谢。
有一个很酷的 Python 库,可用于在特定情况下对麻将手牌进行评分。我知道您正在使用 C++,但由于 python 具有高度可读性,即使对于非 python 编码人员,也许您将能够复制/粘贴和编辑相关部分,以便您能够使用它们。
希望能以某种方式帮助你。