Awesome
斗地主
This repo is adapted from https://github.com/mailgyc/doudizhu
斗地主游戏, html5, python, mysql 实现
运行步骤:
1.安装MySQL数据库, 执行:
mysql --user=root -p < schema.sql
2.安装Python3.6, 执行:
pip3 install -r requirements.txt
python3 app.py --password=your_database_password
浏览器访问即可,端口默认8080
运行截图