效果:http://hovertree.com/texiao/html5/34/
代碼如下:<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title>HTML5烏龜推箱子游戲 - 何問起</title>
<link href="http://hovertree.com/texiao/html5/34/hovertreebox.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="hovertreeinfo">
<h2>HTML5烏龜推箱子游戲</h2>
游戲方法:<br />把四個箱子推到四個目的地就可以了。鍵盤操作:a->left,s->down,w->up,f->right by 何问起,方向鍵也可以控制移動,Q鍵撤退,最多可撤退20步.
一次只能推動一個箱子。<a href="http://hovertree.com/h/bjaf/tuixiangzi.htm">原文</a> <a href="http://hovertree.com">首頁</a> <a href="http://hovertree.com/texiao/">特效</a>
</div> <ul id="hovertreebox"></ul>
<script src="http://hovertree.com/texiao/html5/34/hovertreebox.js"></script>
</body>
</html>