jQuery网页版打砖块小游戏源码分享

 更新时间:2015年08月20日 13:26:34   投稿:lijiao  
这篇文章主要展示了jQuery网页版打砖块小游戏源码,大家都一定玩过打砖块这款小游戏,今天我们不仅要玩转它,还要实现打砖块小游戏,感兴趣的小伙伴们可以参考一下

这是一款基于jQuery实现网页版打砖块小游戏源码,满满的童年回忆。

为大家分享的jQuery实现网页版打砖块小游戏源码如下

效果演示 源码下载

<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="gb2312" />
<title>jQuery网页版打砖块小游戏源码</title>
<link href="css/main.css" rel="stylesheet" type="text/css" />
<script src="js/jquery-1.5.2.min.js"></script>
<script src="js/script.js"></script>
</head>
<body>

<div class="container">
 <canvas id="scene" width="800" height="600"></canvas>
</div>

<div style="text-align:center;margin:50px 0; font:normal 14px/24px 'MicroSoft YaHei';color:#000000">
</div>
</body>
</html>

运行效果图:

以上就是为大家分享的jQuery网页版打砖块小游戏源码,希望大家可以喜欢。

相关文章

最新评论