Skip to content
 
 

Latest commit

 

History

292 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

斗地主   

MIT Licence

斗地主游戏,后端基于Python+Tornado+MySQL开发,前端 Phaser 引擎(可打包为安卓应用) (此项目带有web3,环境依赖未列举全,请留意json) 这个增量项目可选连接solanawallet,使用capacitor和clientlib-ktx:2.0.0,暂时解决了capacitor外壳下的mwa调用

Dependencies

  • Python3.8+
  • Mysql5.7+

Quick build APK

    cd client
    cd android
    ./gradlew assembleDebug  

Quick Start Client

    cd client
    npm run dev
    Now visit http://127.0.0.1:3000

Quick Start Server

    mysql --user=root -p < schema.sql
    pip3 install -r requirements.txt
    cd server
    export DATABASE_URI=mysql+aiomysql://root:123456@127.0.0.1:3306/ddz
    python3 app.py
    Now Server启动

About

安卓 斗地主游戏

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages