Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 1.05 KB

README.md

File metadata and controls

35 lines (22 loc) · 1.05 KB

斗地主

斗地主游戏, html5, python, mysql 实现

Build Status Coverage Status

运行步骤:

1.安装MySQL数据库, 执行:

mysql --user=root -p < schema.sql

2.安装Python3.6, 执行:

pip3 install -r requirements.txt

python3 app.py --password=your_database_password

浏览器访问即可,端口默认8080

License

This project is released under the terms of the MIT license. See LICENSE for more information or see https://opensource.org/licenses/MIT.

运行截图