Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wzyonggege/mahjong
Let's play Mahjong!
https://github.com/wzyonggege/mahjong
Last synced: 14 days ago
JSON representation
Let's play Mahjong!
- Host: GitHub
- URL: https://github.com/wzyonggege/mahjong
- Owner: wzyonggege
- Created: 2020-06-03T06:25:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T10:38:48.000Z (over 4 years ago)
- Last Synced: 2024-11-08T14:35:52.695Z (2 months ago)
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mahjong
## TODO
- [x] Banker Deal
- [x] Shuffle
- [x] Draw
- [x] Discard
- [x] Auto Win
- [ ] AI bot
- [ ] Pong / Kong / Chow
- [ ] Flower Tile
- [ ] Dice## Usage
1. Requirement
`go version > 1.13`
2. install
```shell script
git clone xxxx
go run src/cmd/main.go
```