Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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
```