在好例子网,分享、交流、成长!
您当前所在位置:首页CSS 开发实例Box Model → html5端午节数粽子游戏代码

html5端午节数粽子游戏代码

Box Model

下载此实例
  • 开发语言:CSS
  • 实例大小:0.47M
  • 下载次数:45
  • 浏览次数:2604
  • 发布时间:2015-06-18
  • 实例类别:Box Model
  • 发 布 人:dvwangwei
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 游戏 HTML5 HTML

实例介绍

【实例简介】

【实例截图】




【核心代码】


<!DOCTYPE html>
<html>
<!--
。
-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,user-scalable=no,initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<title>数粽赢大礼过端午——盐龙网</title>
<script type="text/javascript">
var GID = "shuqian";
var SCORE_LIMIT = 600000;
var APP_LIST_URL = 'http://1251002861.cdn.myqcloud.com/1251002861/index.html';
</script>
<script type="text/javascript" src="js/jquery-2.1.1.min.js"></script>
<script type="text/javascript" src="js/jquery.cookie.js"></script>
<script type="text/javascript" src="js/createjs-2013.12.12.min.js"></script>
<script type="text/javascript" src="js/qipa_app.js"></script>
<script type="text/javascript" src="js/qipa_stage.js"></script>
<script type="text/javascript" src="js/main.js"></script>
<style type="text/css">
html,body,canvas {
margin: 0px;
padding: 0px;
border:none;
text-align: center;
background-color: black;
}
canvas {
background-color: white;
}
</style>
</head>
<body>
<canvas id="stage">
您的浏览器不支持html5, 请换用支持html5的浏览器。
</canvas>
<script language=javascript>
var mebtnopenurl = 'http://www.ylw0813.com/default.html';
window.shareData = {
       "imgUrl": "http://game2.id87.com/games/sqsdscj/icon.png",
       "timeLineLink": "http://www.ylw0813.com/default.html",
       "tTitle": "数粽赢大礼过端午",
       "tContent": "数粽赢大礼过端午"
};

function goHome(){
window.location=mebtnopenurl;
}
function clickMore(){
if((window.location "").indexOf("zf",1)>0){
window.location = "http://www.ylw0813.com/default.html";
}
else{
goHome();
}
}
function dp_share(){
document.title ="我30秒内数了" myData.score "个粽子,手都快抽筋,你也来试试看!";
document.getElementById("share").style.display="";
window.shareData.tTitle = document.title;
}
function dp_Ranking(){
window.location=mebtnopenurl;
}

function showAd(){
}
function hideAd(){
}
document.addEventListener('WeixinJSBridgeReady', function onBridgeReady() {
   
   WeixinJSBridge.on('menu:share:appmessage', function(argv) {
       WeixinJSBridge.invoke('sendAppMessage', {
           "img_url": window.shareData.imgUrl,
           "link": window.shareData.timeLineLink,
           "desc": window.shareData.tContent,
           "title": window.shareData.tTitle
       }, onShareComplete);
   });

   WeixinJSBridge.on('menu:share:timeline', function(argv) {
       WeixinJSBridge.invoke('shareTimeline', {
           "img_url": window.shareData.imgUrl,
           "img_width": "640",
           "img_height": "640",
           "link": window.shareData.timeLineLink,
           "desc": window.shareData.tContent,
           "title": window.shareData.tTitle
       }, onShareComplete);
   });
}, false);
</script>
<!--<div id=share style="display: none">
<img width=100% src="http://game2.id87.com/games/sqsdscj/share.png"
style="position: fixed; z-index: 9999; top: 0; left: 0; display: "
ontouchstart="document.getElementById('share').style.display='none';" />
</div>-->
<div style="display: none;">
<script type="text/javascript">
            var myData = { gameid: "sqsdscj" };
function dp_submitScore(score){
myData.score = score;
myData.scoreName = "数了" score "个粽子";
if(score>0){
if (confirm("我勒个去了,30秒你数了" score "个粽子!快通知一下小伙伴吧!")){
dp_share();
}
}
}
function onShareComplete(res) {
                if (localStorage.myuid && myData.score != undefined) {
                    setTimeout(function(){
                        if (confirm("要将成绩提交到数粽游戏排行榜吗?")) {
                            window.location ="http://www.ylw0813.com/default.html";
                        }
                        else {
                            document.location.href = mebtnopenurl;
                        }
                    }, 500);
                }
else {
       	document.location.href = mebtnopenurl;
}
       }
</script>
<div style="display: none;">
<script type="text/javascript">var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cscript src='" _bdhmProtocol "hm.baidu.com/h.js%3F0ae524064813b8dc07ece5ce724a7b04' type='text/javascript'%3E%3C/script%3E"));</script>
<script type="text/javascript">var cnzz_protocol = (("https:" == document.location.protocol) ? " https://" : " http://");document.write(unescape("%3Cspan id='cnzz_stat_icon_2947366'%3E%3C/span%3E%3Cscript src='" cnzz_protocol "s5.cnzz.com/stat.php%3Fid%3D2947366' type='text/javascript'%3E%3C/script%3E"));</script>
</div>
</body>
</html>


标签: 游戏 HTML5 HTML

实例下载地址

html5端午节数粽子游戏代码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

第 1 楼 voldemort1989 发表于: 2016-05-27 19:11 34
下载了,报错,不能用。

支持(0) 盖楼(回复)

第 2 楼 crazycode 发表于: 2016-05-27 20:22 24
下载了,报错,不能用。

voldemort1989 2016-05-27 19:11 34

请将 页面放到网站上测试,就可以使用了,效果棒棒的,感谢实例作者分享

支持(0) 盖楼(回复)

第 3 楼 crazycode 发表于: 2016-05-27 20:23 03
亲测通过,实例可用(不过需要放到 网站上 浏览才可以 看到效果)

支持(0) 盖楼(回复)

发表评论

(您的评论需要经过审核才能显示)

查看所有3条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警