简介

游戏中,篮球与粉球是一对非常相爱的小情侣,不过他们现在走失了,我们需要通过画线的方式帮助他们重新相遇,现在就让我们一起来试试吧!

如何开始

游戏加载完毕后点击play - 然后点击关卡1即可开始游戏

游戏目标

合理操作,顺利闯关!

图片演示

简要代码

css

html {  width: 100%;  height: 100%;  margin: 0;  padding: 0;}.cocosVideo:-moz-full-screen {  transform: matrix(1, 0, 0, 1, 0, 0) !important;}.cocosVideo:full-screen {  transform: matrix(1, 0, 0, 1, 0, 0) !important;}.cocosVideo:-webkit-full-screen {  transform: matrix(1, 0, 0, 1, 0, 0) !important;}#loader {  position: fixed;  top: 40%;  bottom: 0px;  left: 0px;  right: 0px;  margin: 0 auto;  width: 150px;  height: 150px;  text-align: center;

html

<div id="loader"><img src="icon.png" width="150" height="190" alt="Love Balls" style="display: block;">div><canvas id="GameCanvas" oncontextmenu="event.preventDefault()" tabindex="0">canvas><ul id="wrap">ul>

推荐源码:

【蚂蚁社区源码首发】鲁尼国王塔防游戏,爽的根本停不下来

拍大白小游戏,拍照后分享!

HTML5卡通游戏,叠房子(造房子)

加速度,飞行小游戏,适合入门游戏开发

html5 canvas走出迷宫小游戏,代码简洁,适合学习