电脑或手机
HBuilder
1打开HBuilder,点击文件+新建,输入项目名,点击完成
index.html文件,首先导入css和js文件,以下是部分主页代码:
Level:
Lines:
Score:
Time:
方向键进行移动和翻转
编辑style.css样式文件,以下是部分详细代码:body { overflow: hidden; background: #d7d7d7;} #tetris { width: 360px; border: 1px solid black; padding: 20px; } #canvas { width: 200px; height: 440px; background-color: #000; position: relative; color: #fff; } #canvas h1 { margin: 0; padding: 0; text-align: center; font-size: 30px; padding-top: 200px; } .piece { border: 1px solid white; position: absolute; } .square { position: absolute; width: 19px; height: 19px; border: 1px solid white; } .type0 { background-color: #A000F0;} .type1 { background-color: #00F0F0;} .type2 { background-color: #F0A000;} .type3 { background-color: #0000F0;} .type4 { background-color: #00F000;} .type5 { background-color: #F00000;} .type6 { background-color: #F0F000;} #next_shape { position: relative; background-color: #000; border: 1px solid white; width: 110px; height: 110px; } #info { background-color: #000; color: #fff; float: right; width: 110px; height: 420px; padding: 10px;}
编辑index.js文件,以下是部分代码:if(!Array.prototype.eachdo){ Array.prototype.eachdo = function(fn){ for (var i=0; i < this.length; i++){ fn.call(this[i], i); } };}if(!Array.prototype.remDup){ Array.prototype.remDup = function(){ var temp = []; for(var i =0; i < this.length; i++){ var bool = true; for (var j = i+1; j < this.length; j++){ if(this[i] === this[j]){ bool = false;} } if(bool === true){temp.push(this[i]);} } return temp; }}
5需要的代码,现在我们都写完了,把页面切换到index.html上点击工具栏上的运行,选择一种浏览器,就可以查看效果了
6测试正常,让我们来愉快的玩耍吧,如果需要完整代码,请留下联系方式,小编会把完整代码送上
- 1
俄罗斯方块如何用html5编辑
- 2
猪脆骨炖萝卜
- 3
怎样使用千斤顶
- 4
PS实例:合成一张德尚手持权杖的图片
- 5
如何自制咕卡盘
- 6
扁平吊带如何使用
- 7
地坪邦邦小程序如何发布需求信息的具体操作流程
- 8
怎样代理吊装带
- 9
电器、机械维修工具液压拉马安装小经验
- 10
扁平吊装带怎么打包
- 11
在SPS 2003服务器中添加门户网站用户
- 12
万用表测量220v怎么测
- 13
雾霾天气对人体健康的危害及预防
- 14
教你养纽扣菊
- 15
GENESIS64-OPC读取CSV数据
- 16
怎么用万用表测火线和零线?
- 17
万用表live档怎么使用
- 18
夏季养生 一天24个好习惯受益终身
- 19
万用表欧姆档怎么使用
- 20
牛市如何交易赚钱
- 21
夏日浪漫约会季 打造华丽唯美修颜编发盘发
