特效介绍
百度js小组开发的基于html5的水果忍者html5 fruit ninja小游戏,和之前很火爆的水果忍者几乎差不多,多种水果往上抛,使用鼠标按下并滑动,接触到水果即将水果切为两半,切到炸弹会扣分。多次切到炸弹或多次未切到水果游戏结束。
使用方法
1、引入css
<link rel="stylesheet" href="images/index.css">2、加入html
<div id="extra"></div> <canvas id="view" width="640" height="480"></canvas> <div id="desc"> <div id="browser"></div> </div>3、引入js
<script src="scripts/all.js"></script>