Skip to content

效果最接近《羊了个羊》(卡牌堆叠游戏)的开源代码 微信小程序开源了

License

Notifications You must be signed in to change notification settings

MR-XieXuan/CandyMieGame_WX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CandyMieGame_WX

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

运行环境

已测试正常环境:

  • PHP-74,MySQL-5.5.62

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

把 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: [ Mr_Xie_@outlook.com ]
GitHub: [ https://github.com/MR-XieXuan }
个人私站: [ https://main.mrxie.xyz/ ]

加入此项目

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

About

效果最接近《羊了个羊》(卡牌堆叠游戏)的开源代码 微信小程序开源了

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published