Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 斗地主游戏
- Host: GitHub
- URL: https://github.com/mailgyc/doudizhu
- Owner: mailgyc
- Created: 2015-06-22T14:31:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-12-25T06:36:41.000Z (27 days ago)
- Last Synced: 2025-01-10T20:05:23.171Z (11 days ago)
- Topics: aiomysql, asyncio, game-server, mysql, phaser, sqlalchemy, tornado
- Language: Python
- Homepage: https://m.ihouser.com
- Size: 21 MB
- Stars: 485
- Watchers: 23
- Forks: 208
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)