Skip to content

xiaomuweb/doudizhu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

斗地主

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

Coverage Status

运行步骤:

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

mysql --user=root --password=123123 --database=ddz < schema.sql

2.安装Python3.6, 执行:

pip3 install tornado bcrypt pymysql msgpack-python

python3 main.py

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

在线体验 http://ddz.ihouser.com/

运行截图

About

html5 斗地主游戏

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 54.9%
  • JavaScript 37.0%
  • PLSQL 5.5%
  • HTML 2.4%
  • Dockerfile 0.2%