首页 | 代码中心 | 源码下载 | 用户管理 | 用户留言 | 导航 | 繁體
代码秀,专业程序代码提供商(源码下载,编程技术)
<--网页特效代码由驿站http://js.9966ok.com提供!--> Simple Tetris <Script ID=clientEventHandlersJS LANGUAGE=javascript> <-- if (document.all){ var n_width = 800; var n_height = 600; var n_left = Math.round( screen.width/2 ) - n_width/2; var n_top = Math.round( screen.height/2 ) - n_height/2; var n_IncStep = 20; var curBlcok,nextBlock; var arr_curBlock = new Array(0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0); var curX,curY; var speed=1; var maxspeed=9; var clr_per_line=18; var pause=0; var gameover=0; var colors = new Array("#999999","#0000FF","#80FFFF","#80FF80","#FFFF00","#FF8000","#FF00FF","#FF0000" ); var cid; var ncid; var blocks = new Array("tt_O1","tt_T2","tt_Z1","tt_S1","tt_L1","tt_J1","tt_I2"); var bid; var killedlines=0; var tt_O1 = new Array(0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0); var tt_O2 = new Array(0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0); var tt_O3 = new Array(0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0); var tt_O4 = new Array(0,0,0,0,0,0,0,0,0,1,1,0,0,1,1,0); var tt_T1 = new Array(0,0,0,0,0,1,0,0,1,1,0,0,0,1,0,0); var tt_T2 = new Array(0,0,0,0,0,0,0,0,1,1,1,0,0,1,0,0); var tt_T3 = new Array(0,0,0,0,0,1,0,0,0,1,1,0,0,1,0,0); var tt_T4 = new Array(0,0,0,0,0,1,0,0,1,1,1,0,0,0,0,0); var tt_Z1 = new Array(0,0,0,0,1,1,0,0,0,1,1,0,0,0,0,0); var tt_Z2 = new Array(0,0,0,0,0,0,1,0,0,1,1,0,0,1,0,0); var tt_Z3 = new Array(0,0,0,0,0,1,1,0,0,0,1,1,0,0,0,0); var tt_Z4 = new Array(0,0,1,0,0,1,1,0,0,1,0,0,0,0,0,0); var tt_S1 = new Array(0,0,0,0,0,1,1,0,1,1,0,0,0,0,0,0); var tt_S2 = new Array(0,0,0,0,0,1,0,0,0,1,1,0,0,0,1,0); var tt_S3 = new Array(0,0,0,0,0,0,1,1,0,1,1,0,0,0,0,0); var tt_S4 = new Array(0,1,0,0,0,1,1,0,0,0,1,0,0,0,0,0); var tt_L1 = new Array(0,1,0,0,0,1,0,0,0,1,1,0,0,0,0,0); var tt_L2 = new Array(0,0,0,0,0,0,1,0,1,1,1,0,0,0,0,0); var tt_L3 = new Array(0,0,0,0,0,1,1,0,0,0,1,0,0,0,1,0); var tt_L4 = new Array(0,0,0,0,0,1,1,1,0,1,0,0,0,0,0,0); var tt_J1 = new Array(0,0,1,0,0,0,1,0,0,1,1,0,0,0,0,0); var tt_J2 = new Array(0,0,0,0,1,1,1,0,0,0,1,0,0,0,0,0); var tt_J3 = new Array(0,0,0,0,0,1,1,0,0,1,0,0,0,1,0,0); var tt_J4 = new Array(0,0,0,0,0,1,0,0,0,1,1,1,0,0,0,0); var tt_I1 = new Array(0,1,0,0,0,1,0,0,0,1,0,0,0,1,0,0); var tt_I2 = new Array(0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1); var tt_I3 = new Array(0,0,1,0,0,0,1,0,0,0,1,0,0,0,1,0); var tt_I4 = new Array(0,0,0,0,0,0,0,0,0,0,0,0,1,1,1,1); var table = new Array( 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,0,0,0,0,0,0,0,0,0,0,0,0,1,1, 1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1) } else alert("You need IE4+ to play Tetris!") function dimension2(row,col,num){ var i = row * num + col; return (this[i]); } Array.prototype.getd = dimension2; function ShowBlock(x,y,block_type,color){ for (var i=0;i1)&&(curX/n_IncStep+j<14)) table_tbl.rows(curY/n_IncStep+i).cells(curX/n_IncStep+j).style.background = colors[cid]; if (table[(curY/n_IncStep+i)*16+curX/n_IncStep+j]!=1) table_tbl.rows(curY/n_IncStep+i).cells(curX/n_IncStep+j).style.background = "black"; } } } function DelLine(line){ for(i=line;i>0;i--){ for(j=2;j<14;j++){ table[i*16+j]=table[(i-1)*16+j]; } } table_tbl.deleteRow(line); table_tbl.insertRow(0); for (i=0;i<16;i++){ table_tbl.rows(0).insertCell(); if (i<2||i>13) table_tbl.rows(0).cells(i).style.background="navy"; } killedlines++; cll.innerText=parseInt(cll.innerText)+1; } function DelLines(){ var c,d,i,j; d=0; curY=block_div.style.pixelTop; for(i=(curY/20+3);i>curY/20-1;i--){ c=0; for(j=2;j<14;j++){ if (isNaN(table[i*16+j])||i==21) break; c+=table[i*16+j]; } if(c==12){ DelLine(i); i++; d++; } } if (d>0) sco.innerText=parseInt(sco.innerText)+d*d*36; } function Lucifer(){ for(var i=2;i<14;i++){ if (table[16+i]==1) return true; } return false; } function GameOver(){ gameover=1; clearInterval(gameInterval); block_div.innerHTML=""; for (i=0;i<21;i++){ for (j=2;j<14;j++){ setTimeout("table_tbl.rows(" + i + ").cells(" + j + ").style.background = colors[Math.round(Math.random()*7)];",16*i*j); } } nblock_div.innerHTML = "Game Over"; } function document_onkeydown() { if (gameover==1) return; with (block_div.style){ curX = pixelLeft; curY = pixelTop; switch (event.keyCode){ case 37: if (CanMove(curX-n_IncStep,curY,arr_curBlock)) pixelLeft-=n_IncStep; break; case 38: Change(1); break; case 39: if (CanMove(curX+n_IncStep,curY,arr_curBlock)) pixelLeft+=n_IncStep; break; case 40: if (CanMove(curX,curY+n_IncStep,arr_curBlock)){ pixelTop+=n_IncStep; } else{ SaveBlock(); DelLines(); if (Lucifer()){ GameOver(); return; } sco.innerText=parseInt(sco.innerText)+2; NewBlock(); } break; case 32: if (pause==0){ clearInterval(gameInterval); pause=1; } else{ gameInterval=window.setInterval("Handle_Interval()",(maxspeed-speed+1)*60); pause=0; } break; case 90: Change(1); break; case 88: Change(-1); break; default: } } } function Handle_Interval(){ curX = block_div.style.pixelLeft; curY = block_div.style.pixelTop; if (CanMove(curX,curY+n_IncStep,arr_curBlock)){ block_div.style.pixelTop+=n_IncStep; } else{ SaveBlock(); DelLines(); if (Lucifer()){ GameOver(); return; } sco.innerText=parseInt(sco.innerText)+2 NewBlock(); } if (killedlines>=clr_per_line){ killedlines-=clr_per_line; if (speed <Script> if (document.all){ for (var i=0;i<4;i++){ document.write(""); } document.write(""); } } </Script> <Script> if (document.all){ for (var i=0;i<4;i++){ document.write(""); } document.write(""); } } </Script> <Script> if (document.all){ for (var i=0;i<22;i++){ document.write(""); else document.write(""); } document.write(""); } } </Script> Please input speed (1-9) to begin: Submit! Speed: 1 Total Score: 0 Cleared Lines: 0 <Script ID=MainSection LANGUAGE=javascript> <-- if (document.all){ ncid = Math.round(Math.random()*(colors.length-1)); bid = Math.round(Math.random()*(blocks.length-1)); nextBlock = blocks[bid]; NewBlock(); } function begintet(){ document.all.speedin.disabled=true document.all.but.disabled=true speed=parseInt(document.all.speedin.value); if (isNaN(speed)||speed==null||speed>maxspeed||speed<1) speed=1; spd.innerText=speed; gameInterval=window.setInterval("Handle_Interval()",(maxspeed-speed+1)*60); } //--> </Script> 特别说明:如网页特效代码中有引用图片文件等,请自己下载到本地调试!