JapaneseMahjong
日本麻将的库,“求向听数”、“判断胡牌”、“牌面拆解”采用查表法。
File Explorer
Download Latest Version (.zip)- QQ截图20171106175107.png
- QQ截图20171106180159.png
- QQ截图20171106180305.png
- QQ截图20171106180405.png
- QQ截图20171106180535.png
- 过滤器依据.png
- AssemblyInfo.cs
- Resources.Designer.cs
- Resources.resx
- Settings.Designer.cs
- Settings.settings
- Huffman.cs
- HuffmanReader.cs
- HuffmanWriter.cs
- MahjongTable.cs
- AdvancedGroups.cs
- App.config
- BaseTile.cs
- BaseTileCollection.cs
- DefaultGame.cs
- Ex.cs
- Game.cs
- GroupCollection.cs
- Groups.cs
- GroupType.cs
- IBaseTiles.cs
- IGroups.cs
- ISortedTiles.cs
- ITiles.cs
- KanjiTile.cs
- mahjong2.table
- NumberTile.cs
- packages.config
- PinTile.cs
- Player.cs
- Score.cs
- ScoreSystem.cs
- SortedTileIdsEnumerator.cs
- SortedTilesEnumerator.cs
- SouTile.cs
- SpecialYaku.cs
- SuggestResult.cs
- Tile.cs
- TileCollection.cs
- Tiles.cs
- TileState.cs
- WanTile.cs
- Wind.cs
- Yaku.cs
- YakuEnvironment.cs
- YakuType.cs
- YakuValue.cs
- 日本麻将.csproj
- AssemblyInfo.cs
- App.config
- Program.cs
- 日本麻将.示例.csproj
- AssemblyInfo.cs
- App.config
- Program.cs
- 表生成.csproj
- AssemblyInfo.cs
- 0000立直.cs
- 0001一发.cs
- 0002自摸.cs
- 0003岭上开花.cs
- 0004抢杠.cs
- 0005海底捞月.cs
- 0006河底捞鱼.cs
- 0007平和.cs
- 0008断幺九.cs
- 0009一杯口.cs
- 0010役牌.cs
- 0011三色同顺.cs
- 0012一气通贯.cs
- 0013混全带幺九.cs
- 0014七对子.cs
- 0015对对和.cs
- 0016三暗刻.cs
- 0017三杠子.cs
- 0018三色同刻.cs
- 0019混老头.cs
- 0020小三元.cs
- 0021混一色.cs
- 0022纯全带幺九.cs
- 0023二杯口.cs
- 0024清一色.cs
- 0025宝牌.cs
- 0026赤宝牌.cs
- 0027里宝牌.cs
- 1000第一巡役满.cs
- 1001国士无双.cs
- 1002四暗刻.cs
- 1003大三元.cs
- 1004小四喜.cs
- 1005大四喜.cs
- 1006字一色.cs
- 1007绿一色.cs
- 1008清老头.cs
- 1009九莲宝灯.cs
- 1010四杠子.cs
- app.config
- packages.config
- 默认规则.csproj
- .gitattributes
- .gitignore
- README.md
- 日本麻将.sln
# Installation Guide
1. Get the code
git clone https://github.com/ibukisaar/JapaneseMahjong
Downloads the entire project code from GitHub to your computer.
cd JapaneseMahjong
Moves into the project folder you just downloaded.
2. .NET
Medium RecommendedPrerequisites
dotnet restore
Downloads the packages the project depends on.
dotnet run
Builds the project and runs it immediately.
After dotnet run, check the message or address shown in the terminal.
// repository documentation
Was this content helpful?
(0 ratings)
