Giter VIP home page Giter VIP logo

candymiegame_wx's Introduction

CandyMieGame_WX

WX 卡牌堆叠小游戏。适用与竖屏手机! 这个程序是开源的 仓库地址 : https://github.com/MR-XieXuan/CandyMieGame_WX

开始运行(装载到服务器)

把 CandyMieGame_PHP 版本安装到你的服务器

你需要再你的服务器中创建 Mysql 库 ,库的结构在 文件 SQL.md 中。 并且在文件index.php中填写入你访问数据库的账号与密码

$sqlname = "";
$sqlpassword = "";

并且运行文件 SQL.md中的命令。 或者直接导入 sql 内的 sql 文件 。

添加关卡

需要在数据库 miegame 中表 level 中添加字段 代码如下:

INSERT INTO `level` (`id`, `address`, `level`, `trytasnum`, `tasnum`) VALUES ([第几关], [json存放路径], 4, 0, 0);

把 微信小程序程序 运行起来

找到 https://game.mrxie.xyz/ 把他改成你自己的 PHP 网页地址,不要到我这里跑,我的DEMO没有隐藏接口。

联系作者

有任何问题都可以联系作者:

QQ: [ 3325629928 ]
E-mail: [ [email protected] ]
GitHub: [ https://github.com/MR-XieXuan }
个人私站: [ https://main.mrxie.xyz/ ]

加入此项目

CSDN : https://bbs.csdn.net/topics/609056350

candymiegame_wx's People

Contributors

mr-xiexuan avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.