Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mailgyc/doudizhu

html5 斗地主游戏
https://github.com/mailgyc/doudizhu

aiomysql asyncio game-server mysql phaser sqlalchemy tornado

Last synced: 4 days ago
JSON representation

html5 斗地主游戏

Awesome Lists containing this project

README

        

## 斗地主   
[![Build Status](https://travis-ci.org/mailgyc/doudizhu.svg?branch=master)](https://travis-ci.org/mailgyc)   
[![Coverage Status](https://coveralls.io/repos/github/mailgyc/doudizhu/badge.svg?branch=master)](https://coveralls.io/github/mailgyc/doudizhu?branch=master)   
[![MIT Licence](https://badges.frapsoft.com/os/mit/mit.svg?v=103)](https://opensource.org/licenses/mit-license.php)

斗地主游戏,后端基于Python+Tornado+MySQL开发,前端 Phaser 引擎

**Dependencies**

* Python3.8+
* Mysql5.7+

Quick Start
```shell
git clone https://github.com/mailgyc/doudizhu
cd doudizhu
mysql --user=root -p < schema.sql
pip3 install -r requirements.txt
cd server
export DATABASE_URI=mysql+aiomysql://root:[email protected]:3306/ddz
python3 app.py
Now visit http://127.0.0.1:8080
```

运行截图

![](https://raw.githubusercontent.com/mailgyc/doudizhu/master/screenshot/a.png)
![](https://raw.githubusercontent.com/mailgyc/doudizhu/master/screenshot/c.png)
![](https://raw.githubusercontent.com/mailgyc/doudizhu/master/screenshot/d.png)