斗地主游戏, html5, python, mysql 实现
运行步骤:
1.安装MySQL数据库, 执行:
mysql --user=root --password=your_password --database=ddz < schema.sql
2.安装Python3.6, 执行:
pip3 install -r requirements.txt
python3 app.py --password=your_password
浏览器访问即可,端口默认8080
运行截图
斗地主游戏, html5, python, mysql 实现
运行步骤:
1.安装MySQL数据库, 执行:
mysql --user=root --password=your_password --database=ddz < schema.sql
2.安装Python3.6, 执行:
pip3 install -r requirements.txt
python3 app.py --password=your_password
浏览器访问即可,端口默认8080
运行截图